aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-22 21:11:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-22 21:11:17 +0000
commit2421b90f47750cb634efef703c5f88b3d30b2ee1 (patch)
tree62c89887431bd44b7089840ecf95c4fc04680976 /usr.bin/Makefile
parentbeb7fbfc0d8b2be6ad0466d02315ab23b96228b0 (diff)
downloadsrc-2421b90f47750cb634efef703c5f88b3d30b2ee1.tar.gz
src-2421b90f47750cb634efef703c5f88b3d30b2ee1.zip
Add the demandoc utility from the mandoc project
This is a modern version of the deroff utility, useful for example to do spellchecking on manpages
Notes
Notes: svn path=/head/; revision=274895
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 6b37c1b5bdd1..298903e5e5b9 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -35,6 +35,7 @@ SUBDIR= alias \
csplit \
ctlstat \
cut \
+ demandoc \
dirname \
dpv \
du \