summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-10-25 21:46:39 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-10-25 21:46:39 +0000
commita13a8505db412a66140c0cbab10b77f7de72abe1 (patch)
tree7e25e5c5da8bc408a919611c69a30d95146c2c6c /Makefile.inc1
parentca95e9dd775aa54600004edbcd9d70f6e6710c5b (diff)
downloadsrc-test-a13a8505db412a66140c0cbab10b77f7de72abe1.tar.gz
src-test-a13a8505db412a66140c0cbab10b77f7de72abe1.zip
Cleanup pieces missed in r315057 which made mandoc mandatory
Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=325002
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc18
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 94c0f7190c3e5..3c59655e79247 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1849,7 +1849,6 @@ _vtfontcvt= usr.bin/vtfontcvt
.endif
.if ${BOOTSTRAPPING} < 1000033
-_libopenbsd= lib/libopenbsd
_m4= usr.bin/m4
_lex= usr.bin/lex
@@ -1935,9 +1934,6 @@ _kerberos5_bootstrap_tools= \
.ORDER: ${_kerberos5_bootstrap_tools:C/^/${_bt}-/g}
.endif
-# r283777 makewhatis(1) replaced with mandoc version which builds a database.
-_libopenbsd?= lib/libopenbsd
-_makewhatis= usr.bin/mandoc
${_bt}-usr.bin/mandoc: ${_bt}-lib/libopenbsd
bootstrap-tools: .PHONY
@@ -1954,8 +1950,8 @@ bootstrap-tools: .PHONY
${_cat} \
${_kbdcontrol} \
usr.bin/lorder \
- ${_libopenbsd} \
- ${_makewhatis} \
+ lib/libopenbsd \
+ usr.bin/mandoc \
usr.bin/rpcgen \
${_yacc} \
${_m4} \