svn commit: r204058 - user/imp/tbemd/sbin

Warner Losh imp at FreeBSD.org
Thu Feb 18 19:52:08 UTC 2010


Author: imp
Date: Thu Feb 18 19:52:07 2010
New Revision: 204058
URL: http://svn.freebsd.org/changeset/base/204058

Log:
  Make this conform more closely to style.Makefile(5).
  
  Submitted by:	bde

Modified:
  user/imp/tbemd/sbin/Makefile

Modified: user/imp/tbemd/sbin/Makefile
==============================================================================
--- user/imp/tbemd/sbin/Makefile	Thu Feb 18 19:50:31 2010	(r204057)
+++ user/imp/tbemd/sbin/Makefile	Thu Feb 18 19:52:07 2010	(r204058)
@@ -72,42 +72,42 @@ SUBDIR=adjkerntz \
 	umount \
 
 .if ${MK_ATM} != "no"
-SUBDIR += atm
+SUBDIR+=	atm
 .endif
 
 .if ${MK_CXX} != "no"
-SUBDIR += devd
+SUBDIR+=	devd
 .endif
 
 .if ${MK_IPFILTER} != "no"
-SUBDIR += ipf
+SUBDIR+=	ipf
 .endif
 
 .if ${MK_IPFW} != "no"
-SUBDIR += ipfw
-SUBDIR += natd
+SUBDIR+=	ipfw
+SUBDIR+=	natd
 .endif
 
 .if ${MK_PF} != "no"
-SUBDIR += pfctl
-SUBDIR += pflogd
+SUBDIR+=	pfctl
+SUBDIR+=	pflogd
 .endif
 
 .if ${MK_INET6} != "no"
-SUBDIR += ping6
-SUBDIR += rtsol
+SUBDIR+=	ping6
+SUBDIR+=	rtsol
 .endif
 
 .if ${MK_QUOTAS} != "no"
-SUBDIR += quotacheck
+SUBDIR+=	quotacheck
 .endif
 
 .if ${MK_ROUTED} != "no"
-SUBDIR += routed
+SUBDIR+=	routed
 .endif
 
 .include <bsd.arch.inc.mk>
 
-SUBDIR := ${SUBDIR:O}
+SUBDIR:=	${SUBDIR:O}
 
 .include <bsd.subdir.mk>


More information about the svn-src-user mailing list