diff options
author | gordon <gordon@FreeBSD.org> | 2010-10-03 22:24:14 +0000 |
---|---|---|
committer | gordon <gordon@FreeBSD.org> | 2010-10-03 22:24:14 +0000 |
commit | 042e7c1702f64a3e596d7516a9db0dda0844d2e2 (patch) | |
tree | 8889b985943d706f423156b4a8f42d562b86d366 /gnu/usr.bin/Makefile | |
parent | 7f3563b193e9359df4f4f8ac4918c67caf85202f (diff) | |
download | FreeBSD-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 'gnu/usr.bin/Makefile')
-rw-r--r-- | gnu/usr.bin/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 2d9ad72..7eaad9f 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -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 |