summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-04-02 15:13:35 +0000
committerbapt <bapt@FreeBSD.org>2017-04-02 15:13:35 +0000
commitbea1b22c7a9bce1dfdd73e6e5b65bc4752215180 (patch)
treebd972a15e68ec24a22419f0f5c32ff1850c9ba2a /Makefile.inc1
parenteea1cd5ff4fc99189eef7509786bd26ec7cf9cff (diff)
downloadFreeBSD-src-bea1b22c7a9bce1dfdd73e6e5b65bc4752215180.zip
FreeBSD-src-bea1b22c7a9bce1dfdd73e6e5b65bc4752215180.tar.gz
RFC: 312593, 313958
Update mandoc to 1.14
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc17
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 2125e20..017d200 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1665,11 +1665,10 @@ _kerberos5_bootstrap_tools= \
.endif
# r283777 makewhatis(1) replaced with mandoc version which builds a database.
-.if ${MK_MANDOCDB} != "no" && ${BOOTSTRAPPING} < 1100075
+.if ${MK_MANDOCDB} != "no"
_libopenbsd?= lib/libopenbsd
-_makewhatis= lib/libsqlite3 \
- usr.bin/mandoc
-${_bt}-usr.bin/mandoc: ${_bt}-lib/libopenbsd ${_bt}-lib/libsqlite3
+_makewhatis= usr.bin/mandoc
+${_bt}-usr.bin/mandoc: ${_bt}-lib/libopenbsd
.endif
bootstrap-tools: .PHONY
OpenPOWER on IntegriCloud