summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>1999-11-15 17:07:45 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>1999-11-15 17:07:45 +0000
commitf5c0c6abaa4600d95aa88fc1e13aeb960a0e1b7c (patch)
treedfd40cfa9cf7938e658d75cb5c1bc56187a3ff3b /usr.bin
parent0ff3bc32a89258e0245d3bd028dba2322ea4b3d7 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 7530945384ee..da2c13dbe108 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PROG= make
-CFLAGS+= -I${.CURDIR} ${CROSS_MAKE_FLAGS}
+CFLAGS+= -I${.CURDIR}
SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
make.c parse.c str.c suff.c targ.c var.c util.c
SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \