summaryrefslogtreecommitdiff
path: root/sysutils/sformat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/sformat/Makefile')
-rw-r--r--sysutils/sformat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/sformat/Makefile b/sysutils/sformat/Makefile
index 38b70698a72..39e5e70d241 100644
--- a/sysutils/sformat/Makefile
+++ b/sysutils/sformat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2007/01/07 09:14:12 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2007/02/22 19:27:12 wiz Exp $
#
DISTNAME= sformat-3.5
@@ -18,8 +18,8 @@ USE_TOOLS+= gmake
TBL?= tbl
# avoid picking up a bad ${ARCH} during the build
-MAKE_ENV+= ARCH=""
-MAKE_ENV+= MAKEPROG="gmake"
+MAKE_ENV+= ARCH=""
+MAKE_ENV+= MAKEPROG="gmake"
MAKE_ENV+= COPTX=${CFLAGS:M*:Q}
MAKE_ENV+= LDOPTX=${LDFLAGS:M*:Q}
MAKE_FLAGS+= INS_BASE=${LOCALBASE:Q} # won't work in MAKE_ENV!