aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-05-30 19:30:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-05-30 19:30:23 +0000
commit75e20d65dc0d3168b7512c263f3ff9ee7702aeec (patch)
treecc5d1ee0cac971f3a0c1c718275b977d1f961af4 /Makefile.inc1
parentf5e4216e43676adaaddc0705d9d11a2ecfaf1ef1 (diff)
downloadsrc-75e20d65dc0d3168b7512c263f3ff9ee7702aeec.tar.gz
src-75e20d65dc0d3168b7512c263f3ff9ee7702aeec.zip
Remove libmandoc from bootstrap tools
Notes
Notes: svn path=/head/; revision=283783
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc11
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index eb384816adf9..167940449323 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1366,7 +1366,6 @@ _kerberos5_bootstrap_tools= \
.if ${MK_MANDOCDB} != "no"
_libohash?= lib/libohash
_makewhatis= lib/libsqlite3 \
- lib/libmandoc \
usr.bin/mandoc
${_bt}-usr.bin/mandoc: ${_bt}-lib/libohash ${_bt}-lib/libsqlite3
.else