summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-04-26 10:09:06 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-04-26 10:09:06 +0000
commit69f38e826c6fbd0d90a2009299ac7ed680afb1b9 (patch)
treeeb27eadb309ca950ec6a8028768746c21fab19de /Mk
parentAdd a couple of icons. (diff)
Add CFLAGS=${CFLAGS} to MAKE_ENV, otherwise gmake won't pick it up.
Notes
Notes: svn path=/head/; revision=3032
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 960c180f1f86..cdff4a825d0a 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.200 1996/04/07 08:34:21 asami Exp $
+# $Id: bsd.port.mk,v 1.201 1996/04/12 08:08:36 asami Exp $
#
# Please view me with 4 column tabs!
@@ -263,7 +263,7 @@ MD5_FILE?= ${FILESDIR}/md5
MAKE_FLAGS?= -f
MAKEFILE?= Makefile
-MAKE_ENV?= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} MOTIFLIB="${MOTIFLIB}"
+MAKE_ENV?= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} MOTIFLIB="${MOTIFLIB}" CFLAGS="${CFLAGS}"
NCFTP?= /usr/bin/ncftp
NCFTPFLAGS?= -N