summaryrefslogtreecommitdiffstats
path: root/usr.bin/cmp
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2001-11-05 20:27:17 +0000
committerdwmalone <dwmalone@FreeBSD.org>2001-11-05 20:27:17 +0000
commitc296aeaf7d6950bfbefac0b5d5a7109221e952d5 (patch)
treea0ebb6c8c74bec21e825c52d3cca379f3183bc88 /usr.bin/cmp
parentc719e36f5828a98a1ad3708b525548b41cb82d46 (diff)
downloadFreeBSD-src-c296aeaf7d6950bfbefac0b5d5a7109221e952d5.zip
FreeBSD-src-c296aeaf7d6950bfbefac0b5d5a7109221e952d5.tar.gz
Don't use gcc -Wall flag. Add FreeBSD: line.
Diffstat (limited to 'usr.bin/cmp')
-rw-r--r--usr.bin/cmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cmp/Makefile b/usr.bin/cmp/Makefile
index 1ff3af6..6ec82e4 100644
--- a/usr.bin/cmp/Makefile
+++ b/usr.bin/cmp/Makefile
@@ -1,7 +1,7 @@
+# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= cmp
-CFLAGS+=-Wall
SRCS= cmp.c misc.c regular.c special.c
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud