summaryrefslogtreecommitdiff
path: root/games/adventure
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2003-10-19 04:45:01 +0000
committerlukem <lukem@NetBSD.org>2003-10-19 04:45:01 +0000
commitddff99b7f4b0a48b78f478be4e28eda1e433d3d9 (patch)
tree0d9869a2a1f23510eaaea5fbbf8ebc04b10eb063 /games/adventure
parentc545cc169de3f0de8dcdc54d692f0933d0e3927f (diff)
rework to use the newer _MKMSGCREATE (et al) macros
Diffstat (limited to 'games/adventure')
-rw-r--r--games/adventure/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/adventure/Makefile b/games/adventure/Makefile
index 5f14446618c..b6c99d3e63f 100644
--- a/games/adventure/Makefile
+++ b/games/adventure/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/10/19 01:01:44 lukem Exp $
+# $NetBSD: Makefile,v 1.11 2003/10/19 04:45:01 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/12/93
PROG= adventure
@@ -8,12 +8,12 @@ HIDEGAME=hidegame
CLEANFILES+=setup data.c
data.c: glorkz setup
- ${_MKMSG} " create ${.TARGET}"
+ ${_MKMSGCREATE}
${_MKCMD}\
./setup ${.CURDIR}/glorkz > data.c
setup: setup.c hdr.h
- ${_MKMSG} "compile ${.TARGET}"
+ ${_MKMSGLINK}
${_MKCMD}\
${HOST_LINK.c} -o setup ${.CURDIR}/setup.c