NetBSD/games/adventure/Makefile

17 lines
393 B
Makefile
Raw Normal View History

1997-10-10 15:59:26 +04:00
# $NetBSD: Makefile,v 1.6 1997/10/10 11:59:26 lukem Exp $
1994-10-21 23:51:44 +03:00
# @(#)Makefile 8.1 (Berkeley) 6/12/93
PROG= adventure
SRCS= main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c
1994-12-22 12:31:26 +03:00
MAN= adventure.6
1994-10-21 23:51:44 +03:00
HIDEGAME=hidegame
CLEANFILES+=setup data.c
data.c: glorkz setup
./setup ${.CURDIR}/glorkz > data.c
setup: setup.c hdr.h
1997-04-19 10:59:34 +04:00
${HOST_CC} -o setup ${.CURDIR}/setup.c
1994-10-21 23:51:44 +03:00
.include <bsd.prog.mk>