diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-06-07 23:00:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-06-07 23:00:34 +0000 |
commit | 738919c0391b99947b758d85f6a8636be1886fbb (patch) | |
tree | 6dcdfc8513007dbfe8dd40dfb3d7dfffb49b6651 /share/Makefile | |
parent | e0e0323354c55335775e3a55b1af0f93967fb412 (diff) |
Remove groff from base
All manpages in base are now compatible with mandoc(1), all roff documentation
will be relocated in the doc tree. man(1) can now use groff from the ports tree
if it needs.
Also remove checknr(1) and colcrt(1) which are only useful with groff.
Approved by: (no objections on the mailing lists)
Notes
Notes:
svn path=/head/; revision=319664
Diffstat (limited to 'share/Makefile')
-rw-r--r-- | share/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/share/Makefile b/share/Makefile index 25b2ba3a3337..fae485f1b706 100644 --- a/share/Makefile +++ b/share/Makefile @@ -49,10 +49,6 @@ _dict= dict _examples= examples .endif -.if ${MK_GROFF} != "no" -_me= me -.endif - .if ${MK_ICONV} != "no" _i18n= i18n .endif |