summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/patch/Makefile
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>1997-03-17 01:44:43 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>1997-03-17 01:44:43 +0000
commit5e30934038d6ccae878a663f95e6ebd3908dbaf9 (patch)
tree182d8d648e35d8285c0f3c0df426481d54bffb5d /gnu/usr.bin/patch/Makefile
parent55e1a055780fd7c12e67422ff0214e6f433a8e28 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/patch/Makefile')
-rw-r--r--gnu/usr.bin/patch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/patch/Makefile b/gnu/usr.bin/patch/Makefile
index d16f62854b3c..4d5fad2d6afd 100644
--- a/gnu/usr.bin/patch/Makefile
+++ b/gnu/usr.bin/patch/Makefile
@@ -1,6 +1,6 @@
PROG= patch
SRCS = backupfile.c getopt.c getopt1.c inp.c patch.c pch.c util.c \
version.c
-CFLAGS += -DHAVE_CONFIG_H -Wall
+CFLAGS += -DHAVE_CONFIG_H
MAN= patch.1
.include <bsd.prog.mk>