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) --- adventure/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'adventure') diff --git a/adventure/Makefile b/adventure/Makefile index adc23f3a..5f144466 100644 --- a/adventure/Makefile +++ b/adventure/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/03/05 21:28:12 thorpej Exp $ +# $NetBSD: Makefile,v 1.10 2003/10/19 01:01:44 lukem Exp $ # @(#)Makefile 8.1 (Berkeley) 6/12/93 PROG= adventure @@ -8,9 +8,13 @@ HIDEGAME=hidegame CLEANFILES+=setup data.c data.c: glorkz setup + ${_MKMSG} " create ${.TARGET}" + ${_MKCMD}\ ./setup ${.CURDIR}/glorkz > data.c setup: setup.c hdr.h + ${_MKMSG} "compile ${.TARGET}" + ${_MKCMD}\ ${HOST_LINK.c} -o setup ${.CURDIR}/setup.c .include -- cgit v1.2.3-56-ge451