xref: /original-bsd/old/games.vax/aard/Makefile (revision cd18b70b)
1#
2# Copyright (c) 1987 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.3	(Berkeley)	06/03/87
7#
8
9all: aard
10
11aard: FRC
12	../ddl/ddlcomp aard < aard.ddl > ddlcomp.out
13
14clean: FRC
15	rm -f ddlcomp.out aard
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:
25