summaryrefslogtreecommitdiffstats
path: root/boggle/mkindex
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/mkindex
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/mkindex')
-rw-r--r--boggle/mkindex/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/boggle/mkindex/Makefile b/boggle/mkindex/Makefile
index ce063f94..41f84ff6 100644
--- a/boggle/mkindex/Makefile
+++ b/boggle/mkindex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1997/04/28 23:46:20 thorpej Exp $
+# $NetBSD: Makefile,v 1.4 1997/05/07 15:59:09 mycroft Exp $
# @(#)Makefile 8.1 (Berkeley) 6/11/93
PROG= mkindex
@@ -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: