svn commit: r204057 - user/imp/tbemd/bin

Warner Losh imp at FreeBSD.org
Thu Feb 18 19:50:31 UTC 2010


Author: imp
Date: Thu Feb 18 19:50:31 2010
New Revision: 204057
URL: http://svn.freebsd.org/changeset/base/204057

Log:
  Make this conform to style.Makefile(5), without overly bloating the diffs.

Modified:
  user/imp/tbemd/bin/Makefile

Modified: user/imp/tbemd/bin/Makefile
==============================================================================
--- user/imp/tbemd/bin/Makefile	Thu Feb 18 19:41:38 2010	(r204056)
+++ user/imp/tbemd/bin/Makefile	Thu Feb 18 19:50:31 2010	(r204057)
@@ -40,19 +40,19 @@ SUBDIR= cat \
 	uuidgen
 
 .if ${MK_RCMDS} != "no"
-SUBDIR += rcp
+SUBDIR+=	rcp
 .endif
 
 .if ${MK_SENDMAIL} != "no"
-SUBDIR += rmail
+SUBDIR+=	rmail
 .endif
 
 .if ${MK_TCSH} != "no"
-SUBDIR += csh
+SUBDIR+=	csh
 .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