summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1999-02-13 23:53:56 +0000
committerlukem <lukem@NetBSD.org>1999-02-13 23:53:56 +0000
commit868ca23db4a1bbf94effc3aa35e18404bcaa9b90 (patch)
tree727e767593ee99b48aa6f9b763fde5ebb85f4a62 /libexec
parent8b8f7f8aecd565150e451d01a3047b2642cb8850 (diff)
remove NOPROG (nothing uses it). however, set MKOBJ=no if appropriate
Diffstat (limited to 'libexec')
-rw-r--r--libexec/makewhatis/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/makewhatis/Makefile b/libexec/makewhatis/Makefile
index c2fd5b3a35c..9fa79a69684 100644
--- a/libexec/makewhatis/Makefile
+++ b/libexec/makewhatis/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 1997/10/20 02:39:50 lukem Exp $
+# $NetBSD: Makefile,v 1.7 1999/02/13 23:53:57 lukem Exp $
MAN=makewhatis.8
-NOPROG=
SCRIPTS=makewhatis.sh
.include <bsd.prog.mk>