date and time created 87/12/12 17:18:36 by bostic
[unix-history] / usr / src / old / games.vax / aard / Makefile
CommitLineData
e0bbfbf9 1#
f7e3c036 2# Copyright (c) 1987 Regents of the University of California.
e0bbfbf9
DF
3# All rights reserved. The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
f7e3c036 6# @(#)Makefile 5.3 (Berkeley) %G%
66bb6c41 7#
66bb6c41 8
f7e3c036 9all: aard
66bb6c41 10
f7e3c036
KB
11aard: FRC
12 ../ddl/ddlcomp aard < aard.ddl > ddlcomp.out
66bb6c41 13
f7e3c036 14clean: FRC
bccee683 15 rm -f ddlcomp.out aard
f7e3c036
KB
16
17install: FRC
18 install -o bin -g bin -m 755 aard ${DESTDIR}/usr/games/lib/aard
19 install -c -o bin -g bin -m 755 frontend ${DESTDIR}/usr/games/aardvark
20
21depend:
22lint:
23tags:
24FRC: