Remove useless .if. The whole point of SUBDIR.yes was so that we
didn't need this construct. Sponsored by: Netflix
This commit is contained in:
parent
c6404e6690
commit
c1d0ef846c
@ -114,10 +114,8 @@ SUBDIR.${MK_AUDIT}+= auditreduce
|
||||
SUBDIR.${MK_AUDIT}+= praudit
|
||||
SUBDIR.${MK_AUTHPF}+= authpf
|
||||
SUBDIR.${MK_AUTOFS}+= autofs
|
||||
.if ${MK_BLACKLIST} != "no"
|
||||
SUBDIR.${MK_BLACKLIST}+= blacklistctl
|
||||
SUBDIR.${MK_BLACKLIST}+= blacklistd
|
||||
.endif
|
||||
SUBDIR.${MK_BLUETOOTH}+= bluetooth
|
||||
SUBDIR.${MK_BOOTPARAMD}+= bootparamd
|
||||
SUBDIR.${MK_BSDINSTALL}+= bsdinstall
|
||||
|
Loading…
x
Reference in New Issue
Block a user