From 4beacee69148d1d0dd6a2d77b33d4c8841d1eaff Mon Sep 17 00:00:00 2001 From: lukem Date: Tue, 2 Sep 2008 01:39:19 +0000 Subject: [PATCH] Cleanup DB scratch files. MAKEVERBOSE love --- x11/bin/rgb/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11/bin/rgb/Makefile b/x11/bin/rgb/Makefile index 27452268d0a5..a19ef937c4bd 100644 --- a/x11/bin/rgb/Makefile +++ b/x11/bin/rgb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/09/01 10:37:19 rtr Exp $ +# $NetBSD: Makefile,v 1.4 2008/09/02 01:39:19 lukem Exp $ NOMAN= 1 @@ -15,10 +15,11 @@ CPPFLAGS+=-I${X11SRCDIR.xc}/programs/Xserver/include FILES= rgb.txt rgb.db FILESDIR=${X11LIBDIR} -CLEANFILES+=rgb.db +CLEANFILES+=rgb.db rgb.dir rgb.pag realall: rgb.db rgb.db: ${RGBSRCDIR}/rgb.txt + ${_MKTARGET_CREATE} ${RGB} rgb < ${RGBSRCDIR}/rgb.txt