summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-06-16 22:46:38 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-06-16 22:46:38 +0000
commit6ed40291ad1abab96e8442cbc5ad8d32c2bdffc0 (patch)
treebef80c89c1cab1a99660869df136eb809c7f41c1 /usr.bin/make
parente58d47b1aea4b74dc93e5176124d2e300084dd35 (diff)
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 04b5e673c80b..c4c40645368e 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -1,8 +1,8 @@
# from: @(#)Makefile 5.2 (Berkeley) 12/28/90
-# $Id: Makefile,v 1.6 1994/06/30 05:33:39 cgd Exp $
+# $Id: Makefile,v 1.3 1995/01/23 21:00:09 jkh Exp $
PROG= make
-CFLAGS+= -I${.CURDIR} -DPOSIX
+CFLAGS+= -I${.CURDIR} -DPOSIX -DSYSVINCLUDE
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
SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \