aboutsummaryrefslogtreecommitdiff
path: root/libexec/Makefile
diff options
context:
space:
mode:
authorKurt Lidl <lidl@FreeBSD.org>2016-06-02 19:06:04 +0000
committerKurt Lidl <lidl@FreeBSD.org>2016-06-02 19:06:04 +0000
commit95856e1457dc5761e1cd2d86f4d4941446479a81 (patch)
tree45c1a8bc32e7b9d60122086211c8fa6df289de16 /libexec/Makefile
parentc247b3ca6781ce975ef41c3e9b792d5823e8ad7c (diff)
downloadsrc-95856e1457dc5761e1cd2d86f4d4941446479a81.tar.gz
src-95856e1457dc5761e1cd2d86f4d4941446479a81.zip
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
Notes
Notes: svn path=/head/; revision=301226
Diffstat (limited to 'libexec/Makefile')
-rw-r--r--libexec/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/Makefile b/libexec/Makefile
index b60cc34ec70d..fdcc49a3eef8 100644
--- a/libexec/Makefile
+++ b/libexec/Makefile
@@ -5,6 +5,7 @@
SUBDIR= ${_atf} \
${_atrun} \
+ ${_blacklistd-helper} \
${_comsat} \
${_dma} \
getty \
@@ -33,6 +34,10 @@ SUBDIR= ${_atf} \
_atrun= atrun
.endif
+.if ${MK_BLACKLIST_SUPPORT} != "no"
+_blacklistd-helper+= blacklistd-helper
+.endif
+
.if ${MK_BOOTPD} != "no"
SUBDIR+= bootpd
.endif