aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-12-13 15:59:11 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-12-13 15:59:11 +0000
commitd399f5ecefad0eb16f4607bf642cb7fb605ec387 (patch)
treec3659aebd8419a3fa1ca896806534418a574fee2 /gnu
parentb07a198dd3db9d104c8ba1943898e4a17ca69f60 (diff)
downloadsrc-d399f5ecefad0eb16f4607bf642cb7fb605ec387.tar.gz
src-d399f5ecefad0eb16f4607bf642cb7fb605ec387.zip
Switch to the C implementation of makewhatis(1).
Notes
Notes: svn path=/stable/4/; revision=123517
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/man/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/usr.bin/man/Makefile b/gnu/usr.bin/man/Makefile
index 2529d8dbd491..1fbaab0d2c66 100644
--- a/gnu/usr.bin/man/Makefile
+++ b/gnu/usr.bin/man/Makefile
@@ -1,10 +1,12 @@
-# Master Makefile for man, manpath, apropos, whatis, and makewhatis
+# Master Makefile for man, manpath, apropos and whatis
#
# You may distribute under the terms of the GNU General Public
# License as specified in the README file that comes with the man 1.0
# distribution.
#
+# $FreeBSD$
+#
-SUBDIR = lib man manpath apropos makewhatis catman
+SUBDIR = lib man manpath apropos catman
.include <bsd.subdir.mk>