summaryrefslogtreecommitdiffstats
path: root/boggle/mkdict/Makefile
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1997-05-07 15:59:08 +0000
committermycroft <mycroft@NetBSD.org>1997-05-07 15:59:08 +0000
commit393932ab2a61dfa54950263eb424d69453bb8b42 (patch)
tree3bb73f0a0597b62ed0e47c21543b7fa252626df8 /boggle/mkdict/Makefile
parent3f4711deb604fdbb8f285bb0adefae65ea023b5c (diff)
downloadbsdgames-darwin-393932ab2a61dfa54950263eb424d69453bb8b42.tar.gz
bsdgames-darwin-393932ab2a61dfa54950263eb424d69453bb8b42.tar.zst
bsdgames-darwin-393932ab2a61dfa54950263eb424d69453bb8b42.zip
Use proginstall:: to disable installing PROG.
Diffstat (limited to 'boggle/mkdict/Makefile')
-rw-r--r--boggle/mkdict/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/boggle/mkdict/Makefile b/boggle/mkdict/Makefile
index 6ac4d5f9..4cbfabd1 100644
--- a/boggle/mkdict/Makefile
+++ b/boggle/mkdict/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1997/04/28 23:46:19 thorpej Exp $
+# $NetBSD: Makefile,v 1.6 1997/05/07 15:59:08 mycroft Exp $
# @(#)Makefile 8.1 (Berkeley) 6/11/93
PROG= mkdict
@@ -8,7 +8,8 @@ NOMAN= noman
# XXX for "make depend"
CFLAGS+=-I${.CURDIR}/../boggle
-install:
+# only needed during build
+proginstall::
# Override these rules for cross-compilation
.c.o: