Separate BLACKLIST vs BLACKLIST_SUPPORT properly
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
9349564fec
commit
c0759dac0d
@ -86,7 +86,7 @@ BIN1+= apmd.conf
|
||||
BIN1+= auto_master
|
||||
.endif
|
||||
|
||||
.if ${MK_BLACKLIST_SUPPORT} != "no"
|
||||
.if ${MK_BLACKLIST} != "no"
|
||||
BIN1+= blacklistd.conf
|
||||
.endif
|
||||
|
||||
|
@ -170,7 +170,7 @@ FILES+= automountd
|
||||
FILES+= autounmountd
|
||||
.endif
|
||||
|
||||
.if ${MK_BLACKLIST_SUPPORT} != "no"
|
||||
.if ${MK_BLACKLIST} != "no"
|
||||
_blacklistd+= blacklistd
|
||||
.endif
|
||||
|
||||
|
@ -161,7 +161,7 @@ SUBDIR_DEPEND_liblzma= ${_libthr}
|
||||
_libngatm= libngatm
|
||||
.endif
|
||||
|
||||
.if ${MK_BLACKLIST_SUPPORT} != "no"
|
||||
.if ${MK_BLACKLIST} != "no"
|
||||
_libblacklist= libblacklist
|
||||
.endif
|
||||
|
||||
|
@ -34,7 +34,7 @@ SUBDIR= ${_atf} \
|
||||
_atrun= atrun
|
||||
.endif
|
||||
|
||||
.if ${MK_BLACKLIST_SUPPORT} != "no"
|
||||
.if ${MK_BLACKLIST} != "no"
|
||||
_blacklistd-helper+= blacklistd-helper
|
||||
.endif
|
||||
|
||||
|
@ -431,7 +431,7 @@ OLD_FILES+=usr/share/man/man7/ldint.7.gz
|
||||
OLD_FILES+=usr/share/man/man7/binutils.7.gz
|
||||
.endif
|
||||
|
||||
.if ${MK_BLACKLIST_SUPPORT} == no
|
||||
.if ${MK_BLACKLIST} == no
|
||||
OLD_FILES+=etc/rc.d/blacklistd
|
||||
OLD_FILES+=usr/include/blacklist.h
|
||||
OLD_FILES+=usr/lib/libblacklist.a
|
||||
|
@ -113,9 +113,9 @@ SUBDIR.${MK_AUDIT}+= auditreduce
|
||||
SUBDIR.${MK_AUDIT}+= praudit
|
||||
SUBDIR.${MK_AUTHPF}+= authpf
|
||||
SUBDIR.${MK_AUTOFS}+= autofs
|
||||
.if ${MK_BLACKLIST_SUPPORT} != "no"
|
||||
SUBDIR.${MK_BLACKLIST_SUPPORT}+= blacklistctl
|
||||
SUBDIR.${MK_BLACKLIST_SUPPORT}+= blacklistd
|
||||
.if ${MK_BLACKLIST} != "no"
|
||||
SUBDIR.${MK_BLACKLIST}+= blacklistctl
|
||||
SUBDIR.${MK_BLACKLIST}+= blacklistd
|
||||
.endif
|
||||
SUBDIR.${MK_BLUETOOTH}+= bluetooth
|
||||
SUBDIR.${MK_BOOTPARAMD}+= bootparamd
|
||||
|
Loading…
Reference in New Issue
Block a user