Expand PMF_FN_* macros.
[netbsd-mini2440.git] / games / adventure / Makefile
blob3ccd74e960a3c7d336366674fc57582cdfee62f3
1 # $NetBSD: Makefile,v 1.12 2003/10/21 10:01:19 lukem Exp $
2 # @(#)Makefile 8.1 (Berkeley) 6/12/93
4 PROG= adventure
5 SRCS= main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c
6 MAN= adventure.6
7 HIDEGAME=hidegame
8 CLEANFILES+=setup setup.lo data.c
10 data.c: glorkz setup
11 ${_MKTARGET_CREATE}
12 ./setup ${.CURDIR}/glorkz > data.c
14 setup.lo: hdr.h
15 setup: setup.lo
16 ${_MKTARGET_LINK}
17 ${HOST_LINK.c} -o ${.TARGET} ${.ALLSRC}
19 .include <bsd.prog.mk>