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:
Warner Losh 2017-11-09 14:31:25 +00:00
parent c6404e6690
commit c1d0ef846c

View File

@ -114,10 +114,8 @@ SUBDIR.${MK_AUDIT}+= auditreduce
SUBDIR.${MK_AUDIT}+= praudit SUBDIR.${MK_AUDIT}+= praudit
SUBDIR.${MK_AUTHPF}+= authpf SUBDIR.${MK_AUTHPF}+= authpf
SUBDIR.${MK_AUTOFS}+= autofs SUBDIR.${MK_AUTOFS}+= autofs
.if ${MK_BLACKLIST} != "no"
SUBDIR.${MK_BLACKLIST}+= blacklistctl SUBDIR.${MK_BLACKLIST}+= blacklistctl
SUBDIR.${MK_BLACKLIST}+= blacklistd SUBDIR.${MK_BLACKLIST}+= blacklistd
.endif
SUBDIR.${MK_BLUETOOTH}+= bluetooth SUBDIR.${MK_BLUETOOTH}+= bluetooth
SUBDIR.${MK_BOOTPARAMD}+= bootparamd SUBDIR.${MK_BOOTPARAMD}+= bootparamd
SUBDIR.${MK_BSDINSTALL}+= bsdinstall SUBDIR.${MK_BSDINSTALL}+= bsdinstall