summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2010-10-03 22:24:14 +0000
committergordon <gordon@FreeBSD.org>2010-10-03 22:24:14 +0000
commit042e7c1702f64a3e596d7516a9db0dda0844d2e2 (patch)
tree8889b985943d706f423156b4a8f42d562b86d366 /usr.bin/Makefile
parent7f3563b193e9359df4f4f8ac4918c67caf85202f (diff)
downloadFreeBSD-src-042e7c1702f64a3e596d7516a9db0dda0844d2e2.zip
FreeBSD-src-042e7c1702f64a3e596d7516a9db0dda0844d2e2.tar.gz
Retire GNU man in favor of the newly written BSDL version.
Approved by: wes (mentor)
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 3f59bd9..f7965f1 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -5,7 +5,7 @@
# XXX MISSING: deroff diction graph learn plot
# spell spline struct xsend
-# XXX Use GNU versions: apropos diff ld man patch whatis
+# XXX Use GNU versions: diff ld patch
# Moved to secure: bdes
#
@@ -94,6 +94,7 @@ SUBDIR= alias \
lzmainfo \
m4 \
${_makewhatis} \
+ ${_man} \
mesg \
minigzip \
ministat \
@@ -266,6 +267,7 @@ SUBDIR+= make
.if ${MK_MAN_UTILS} != "no"
_makewhatis= makewhatis
+_man= man
.endif
.if ${MK_NETCAT} != "no"
OpenPOWER on IntegriCloud