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