Date: Thu, 18 Feb 2010 19:52:07 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r204058 - user/imp/tbemd/sbin Message-ID: <201002181952.o1IJq7Mb062101@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002181952.o1IJq7Mb062101>