summaryrefslogtreecommitdiffstats
path: root/monop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'monop/Makefile')
-rw-r--r--monop/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/monop/Makefile b/monop/Makefile
index 7b2ea903..bc9bcb7e 100644
--- a/monop/Makefile
+++ b/monop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2003/04/21 01:23:07 christos Exp $
+# $NetBSD: Makefile,v 1.24 2003/10/19 01:01:44 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
.include <bsd.own.mk>
@@ -17,9 +17,13 @@ FILESDIR=/usr/share/games
realall: ${FILES}
initdeck: initdeck.c
+ ${_MKMSG} "compile ${.TARGET}"
+ ${_MKCMD}\
${HOST_LINK.c} -o initdeck ${.CURDIR}/initdeck.c
cards.pck: initdeck
+ ${_MKMSG} " create ${.TARGET}"
+ ${_MKCMD}\
./initdeck ${.CURDIR}/cards.inp
.include <bsd.prog.mk>