date and time created 86/02/01 16:18:28 by mckusick
[unix-history] / usr / src / old / games.vax / aard / Makefile
CommitLineData
e0bbfbf9
DF
1#
2# Copyright (c) 1980 Regents of the University of California.
3# All rights reserved. The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
6# @(#)Makefile 5.1 (Berkeley) %G%
66bb6c41
SL
7#
8DESTDIR=
9
10aard:
11 ../ddl/ddlcomp aard < aard.ddl > ddlcomp.out
12
13install:
14 install aard ${DESTDIR}/usr/games/lib/aard
15 install -c -m 755 frontend ${DESTDIR}/usr/games/aardvark
16
17clean:
18 rm -f ddlcomp.out