summaryrefslogtreecommitdiffstats
path: root/usr.bin/cut
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-03 00:16:52 +0000
committermarkm <markm@FreeBSD.org>2001-12-03 00:16:52 +0000
commita8c1d247f8210b445c4a07a0e43608bfb990d4d0 (patch)
treeee18562dc9b7d47ca85e047f44e1e7a809fffbd1 /usr.bin/cut
parenta6a5a528626b632d47a921e4e21fdafe8dd9f2b0 (diff)
downloadFreeBSD-src-a8c1d247f8210b445c4a07a0e43608bfb990d4d0.zip
FreeBSD-src-a8c1d247f8210b445c4a07a0e43608bfb990d4d0.tar.gz
WARNS=2 and -Wall are not both needed. (The second is a subset of the
first)
Diffstat (limited to 'usr.bin/cut')
-rw-r--r--usr.bin/cut/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/cut/Makefile b/usr.bin/cut/Makefile
index 2a957fa..5e4f998 100644
--- a/usr.bin/cut/Makefile
+++ b/usr.bin/cut/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PROG= cut
-CFLAGS+=-Wall
WARNS?= 2
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud