aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2018-07-05 18:55:42 +0000
committerKyle Evans <kevans@FreeBSD.org>2018-07-05 18:55:42 +0000
commit417d105fae1e04326f2e6dc5234b612aa0093575 (patch)
treefe75891c781d8d319a96576ac50bcc7d0e6c7312 /Makefile.inc1
parentf1e0a986a883ca897cf829667ea4317a54c3ef8a (diff)
downloadsrc-417d105fae1e04326f2e6dc5234b612aa0093575.tar.gz
src-417d105fae1e04326f2e6dc5234b612aa0093575.zip
Revert r336011,r336012 until I can competently test
Notes
Notes: svn path=/head/; revision=336013
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc111
1 files changed, 1 insertions, 10 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e19c2700e1b1..32579bbf5234 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2063,15 +2063,6 @@ _kerberos5_bootstrap_tools= \
.ORDER: ${_kerberos5_bootstrap_tools:C/^/${_bt}-/g}
.endif
-# Later config(8) requires newer libnv cnvlist* API
-.if ${BOOTSTRAPPING} < 1200070
-_config= \
- lib/libnv \
- usr.sbin/config
-.else
-_config= usr.sbin/config
-.endif
-
${_bt}-usr.bin/mandoc: ${_bt}-lib/libopenbsd
bootstrap-tools: .PHONY
@@ -2096,7 +2087,7 @@ bootstrap-tools: .PHONY
${_lex} \
usr.bin/xinstall \
${_gensnmptree} \
- ${_config} \
+ usr.sbin/config \
${_crunchide} \
${_crunchgen} \
${_nmtree} \