From 95e5fff2a7e41ff5df14257ae6e7a7693b43d360 Mon Sep 17 00:00:00 2001 From: lukem Date: Sun, 19 Oct 2003 01:01:44 +0000 Subject: Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages) --- boggle/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'boggle') diff --git a/boggle/Makefile b/boggle/Makefile index ecfcfc22..bb12f31f 100644 --- a/boggle/Makefile +++ b/boggle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2002/09/18 02:51:46 lukem Exp $ +# $NetBSD: Makefile,v 1.20 2003/10/19 01:01:44 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 6/11/93 .include @@ -26,11 +26,17 @@ ${MKINDEX}: @cd ${.CURDIR}/mkindex && ${MAKE} dictionary: ${WORDS} ${MKDICT} + ${_MKMSG} " create ${.TARGET}" + ${_MKCMD}\ rm -f ${.TARGET} + ${_MKCMD}\ ${MKDICT} < ${WORDS} > ${.TARGET} dictindex: dictionary ${MKINDEX} + ${_MKMSG} " create ${.TARGET}" + ${_MKCMD}\ rm -f ${.TARGET} + ${_MKCMD}\ ${MKINDEX} < dictionary > ${.TARGET} .include -- cgit v1.2.3-56-ge451