summaryrefslogtreecommitdiffstats
path: root/adventure/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'adventure/Makefile')
-rw-r--r--adventure/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/adventure/Makefile b/adventure/Makefile
index b6c99d3e..b48a6249 100644
--- a/adventure/Makefile
+++ b/adventure/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/10/19 04:45:01 lukem Exp $
+# $NetBSD: Makefile,v 1.12 2003/10/21 10:01:19 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/12/93
PROG= adventure
@@ -8,13 +8,11 @@ HIDEGAME=hidegame
CLEANFILES+=setup data.c
data.c: glorkz setup
- ${_MKMSGCREATE}
- ${_MKCMD}\
+ ${_MKTARGET_CREATE}
./setup ${.CURDIR}/glorkz > data.c
setup: setup.c hdr.h
- ${_MKMSGLINK}
- ${_MKCMD}\
+ ${_MKTARGET_LINK}
${HOST_LINK.c} -o setup ${.CURDIR}/setup.c
.include <bsd.prog.mk>