Author: imp
Date: Thu Nov  9 14:31:25 2017
New Revision: 325595
URL: https://svnweb.freebsd.org/changeset/base/325595

Log:
  Remove useless .if. The whole point of SUBDIR.yes was so that we
  didn't need this construct.
  
  Sponsored by: Netflix

Modified:
  head/usr.sbin/Makefile

Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile      Thu Nov  9 13:38:24 2017        (r325594)
+++ head/usr.sbin/Makefile      Thu Nov  9 14:31:25 2017        (r325595)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to