aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2002-05-18 19:47:57 +0000
committerMark Murray <markm@FreeBSD.org>2002-05-18 19:47:57 +0000
commit34431fe7a18553b965619c29a0378d6b1a1b2b6f (patch)
tree39996fd678836218a514388fa20e320dfbc25e72 /gnu/usr.bin/man
parent39e24f84acc7bd7fd313fcc640ea2533862870dd (diff)
downloadsrc-34431fe7a18553b965619c29a0378d6b1a1b2b6f.tar.gz
src-34431fe7a18553b965619c29a0378d6b1a1b2b6f.zip
remove perl scripts from the build.
Notes
Notes: svn path=/head/; revision=96878
Diffstat (limited to 'gnu/usr.bin/man')
-rw-r--r--gnu/usr.bin/man/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/Makefile b/gnu/usr.bin/man/Makefile
index 2529d8dbd491..7b0ba5b0ab09 100644
--- a/gnu/usr.bin/man/Makefile
+++ b/gnu/usr.bin/man/Makefile
@@ -4,7 +4,9 @@
# 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
.include <bsd.subdir.mk>