Remove demandoc(1) from the build

This commit is contained in:
Baptiste Daroussin 2015-05-21 13:02:43 +00:00
parent 8def216e05
commit 7b0896d882
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283221
2 changed files with 0 additions and 12 deletions

View File

@ -37,7 +37,6 @@ SUBDIR= ${_addr2line} \
ctlstat \
cut \
${_cxxfilt} \
demandoc \
dirname \
dpv \
du \

View File

@ -1,11 +0,0 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../contrib/mdocml
PROG= demandoc
WARNS?= 5
LIBADD= mandoc
.include <bsd.prog.mk>