summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-05-10 13:45:29 +0000
committerharti <harti@FreeBSD.org>2005-05-10 13:45:29 +0000
commit9f5daa0be5581c391ed4a6a190cdd564f13cfbc8 (patch)
treed5b66451c7c2bdfc8d2e5ca349affe04f08015f8 /usr.bin/make/Makefile
parent7db34cfe43e40b9b1c8d46893c8b257f128b570b (diff)
downloadFreeBSD-src-9f5daa0be5581c391ed4a6a190cdd564f13cfbc8.zip
FreeBSD-src-9f5daa0be5581c391ed4a6a190cdd564f13cfbc8.tar.gz
Merge compat.c into job.c. There is a lot in common between these
files and we are going to factor this out. Patch: 7.199 (slightly changed) Submitted by: Max Okumoto <okumoto@ucsd.edu>
Diffstat (limited to 'usr.bin/make/Makefile')
-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 4a44543..40903eb 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -4,8 +4,8 @@
PROG= make
CFLAGS+=-I${.CURDIR}
-SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c hash_tables.c \
- job.c lst.c main.c make.c parse.c str.c suff.c targ.c util.c var.c
+SRCS= arch.c buf.c cond.c dir.c for.c hash.c hash_tables.c job.c \
+ lst.c main.c make.c parse.c str.c suff.c targ.c util.c var.c
NO_WERROR=
WARNS?= 3
OpenPOWER on IntegriCloud