Module Name: src
Committed By: uebayasi
Date: Thu Dec 10 13:29:14 UTC 2009
Modified Files:
src/distrib/sets: Makefile
Log Message:
Style.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/distrib/sets/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/Makefile
diff -u src/distrib/sets/Makefile:1.75 src/distrib/sets/Makefile:1.76
--- src/distrib/sets/Makefile:1.75 Thu Dec 10 05:57:23 2009
+++ src/distrib/sets/Makefile Thu Dec 10 13:29:14 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2009/12/10 05:57:23 uebayasi Exp $
+# $NetBSD: Makefile,v 1.76 2009/12/10 13:29:14 uebayasi Exp $
# The `all' target must appear before bsd.own.mk is pulled in.
all:
@@ -10,7 +10,8 @@
SETSCMD= cd ${.CURDIR} && \
DESTDIR=${DESTDIR:Q} \
- MACHINE=${MACHINE:Q} MACHINE_ARCH=${MACHINE_ARCH:Q} \
+ MACHINE=${MACHINE:Q} \
+ MACHINE_ARCH=${MACHINE_ARCH:Q} \
AWK=${TOOL_AWK:Q} \
CKSUM=${TOOL_CKSUM:Q} \
DB=${TOOL_DB:Q} \