Retire GNU man in favor of the newly written BSDL version.

Approved by:	wes (mentor)
This commit is contained in:
Gordon Tetlow 2010-10-03 22:24:14 +00:00
parent 8d8bfa7f9e
commit 023f0373a1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213391
2 changed files with 3 additions and 6 deletions

View File

@ -13,7 +13,6 @@ SUBDIR= ${_binutils} \
${_gperf} \
${_grep} \
${_groff} \
${_man} \
patch \
${_rcs} \
sdiff \
@ -44,10 +43,6 @@ _dtc= dtc
_texinfo= texinfo
.endif
.if ${MK_MAN_UTILS} != "no"
_man= man
.endif
.if ${MK_RCS} != "no"
_rcs= rcs
.endif

View File

@ -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"