4.3BSD/usr/src/games/aard/Makefile

#
# Copyright (c) 1980 Regents of the University of California.
# All rights reserved.  The Berkeley software License Agreement
# specifies the terms and conditions for redistribution.
#
#	@(#)Makefile	5.2 (Berkeley) 2/1/86
#
DESTDIR=

aard:
	../ddl/ddlcomp aard < aard.ddl > ddlcomp.out

install:
	install aard ${DESTDIR}/usr/games/lib/aard
	install -c -m 755 frontend ${DESTDIR}/usr/games/aardvark

clean:
	rm -f ddlcomp.out aard