From 6f31a383cc6d2459585d754d3d30f980487df06f Mon Sep 17 00:00:00 2001 From: lidl Date: Thu, 2 Jun 2016 19:06:04 +0000 Subject: Add basic blacklist build support Reviewed by: rpaulo Approved by: rpaulo Relnotes: YES Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D5913 --- share/mk/src.opts.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share/mk/src.opts.mk') diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 27444d7..30fe118 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -56,6 +56,7 @@ __DEFAULT_YES_OPTIONS = \ BHYVE \ BINUTILS \ BINUTILS_BOOTSTRAP \ + BLACKLIST \ BLUETOOTH \ BOOT \ BOOTPARAMD \ @@ -374,6 +375,7 @@ MK_CLANG_FULL:= no # MK_* variable is set to "no". # .for var in \ + BLACKLIST \ BZIP2 \ GNU \ INET \ -- cgit v1.1