summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-04-26 04:40:57 +0000
committerwill <will@FreeBSD.org>2001-04-26 04:40:57 +0000
commit443f4823f60120f75a3be21230292c9540a6525f (patch)
tree39d91702f2b522c7cff268e0d5aa95cb5ad47e43 /usr.bin/make
parent8ff8ec9afaec8c858673ad40bd7063eafc4c5e70 (diff)
downloadFreeBSD-src-443f4823f60120f75a3be21230292c9540a6525f.zip
FreeBSD-src-443f4823f60120f75a3be21230292c9540a6525f.tar.gz
Remove GCC-ism (-Wall).
Submitted by: bde
Diffstat (limited to 'usr.bin/make')
-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 3c43ca9..d6c1298 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PROG= make
-CFLAGS+=-Wall -I${.CURDIR}
+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 \
OpenPOWER on IntegriCloud