MFC bandwith, delay, mirroring, and pfs work from HEAD.
[dragonfly.git] / games / adventure / Makefile
blob8dc13e7f2d9313de4243a845a6cdf24894e5063f
1 # @(#)Makefile 8.1 (Berkeley) 6/12/93
2 # $FreeBSD: src/games/adventure/Makefile,v 1.7.6.1 2001/04/25 09:28:42 ru Exp $
3 # $DragonFly: src/games/adventure/Makefile,v 1.6 2006/10/08 16:22:34 pavalos Exp $
5 PROG= adventure
6 SRCS= main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c
7 MAN= adventure.6
8 HIDEGAME=hidegame
9 CLEANFILES=data.c setup.nx setup.no
11 build-tools: setup.nx
13 data.c: glorkz setup.nx
14 ./setup.nx ${.CURDIR}/glorkz > data.c
16 .include <bsd.prog.mk>