summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-03-26 08:23:09 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-03-26 08:23:09 +0000
commiteb61f7bdf266d0baa4469c6ddd0e9cafe4262aa3 (patch)
treedc251d1545078bf5a960a496e47e3d7a16380141 /Makefile.inc1
parenta0be3628280b24e90b3c27f08dec3389c4118e3a (diff)
downloadsrc-test2-eb61f7bdf266d0baa4469c6ddd0e9cafe4262aa3.tar.gz
src-test2-eb61f7bdf266d0baa4469c6ddd0e9cafe4262aa3.zip
Stop building libl and liby
Those libs aren't needed anymore so stop building them for the bootstrap tools or the compat libs. Reviewed by: bapt, emaste X-Differential Revision: D24171
Notes
Notes: svn path=/head/; revision=359324
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc111
1 files changed, 4 insertions, 7 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 7b04a2e7bd81..a41d7391f49a 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -2039,9 +2039,9 @@ update: .PHONY
#
-# libnv and libl are both requirements for config(8), which is an unconditional
+# libnv is a requirement for config(8), which is an unconditional
# bootstrap-tool.
-_config_deps= lib/libnv usr.bin/lex/lib
+_config_deps= lib/libnv
legacy: .PHONY
.if ${BOOTSTRAPPING} < ${MINIMUM_SUPPORTED_OSREL} && ${BOOTSTRAPPING} != 0
@@ -2185,10 +2185,7 @@ _kbdcontrol= usr.sbin/kbdcontrol
_bootstrap_tools_links+=kbdcontrol
.endif
-_yacc= lib/liby \
- usr.bin/yacc
-
-${_bt}-usr.bin/yacc: ${_bt}-lib/liby
+_yacc= usr.bin/yacc
.if ${MK_BSNMP} != "no"
_gensnmptree= usr.sbin/bsnmpd/gensnmptree
@@ -2809,7 +2806,7 @@ lib/libcasper__L: lib/libnv__L
lib/liblzma__L: lib/libthr__L
lib/libzstd__L: lib/libthr__L
-_generic_libs= ${_cddl_lib} gnu/lib ${_kerberos5_lib} lib ${_secure_lib} usr.bin/lex/lib
+_generic_libs= ${_cddl_lib} gnu/lib ${_kerberos5_lib} lib ${_secure_lib}
.if ${MK_IPFILTER} != "no"
_generic_libs+= sbin/ipf/libipf
.endif