From bea1b22c7a9bce1dfdd73e6e5b65bc4752215180 Mon Sep 17 00:00:00 2001 From: bapt Date: Sun, 2 Apr 2017 15:13:35 +0000 Subject: RFC: 312593, 313958 Update mandoc to 1.14 --- Makefile.inc1 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Makefile.inc1') 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 -- cgit v1.1