svn commit: r325595 - head/usr.sbin

Warner Losh imp at FreeBSD.org
Thu Nov 9 14:31:27 UTC 2017


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


More information about the svn-src-all mailing list