summaryrefslogtreecommitdiffstats
path: root/boggle
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
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')
-rw-r--r--boggle/mkdict/Makefile5
-rw-r--r--boggle/mkindex/Makefile5
2 files changed, 6 insertions, 4 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:
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: