From c1d0ef846cf812c8e32b403a812f646fff63ba4c Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 9 Nov 2017 14:31:25 +0000 Subject: [PATCH] Remove useless .if. The whole point of SUBDIR.yes was so that we didn't need this construct. Sponsored by: Netflix --- usr.sbin/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index a8eaa9f9c6ac..28a912eae59a 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -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