summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-06-06 20:24:17 +0000
committered <ed@FreeBSD.org>2011-06-06 20:24:17 +0000
commit52acbc4c0a01ae6c8a405c4588f612262bc0a798 (patch)
tree5a8663c8132bc6dbd4b2cdb6efbf75cc743430d6 /usr.bin
parent3f1de98b344828e5a09a22f49c9068f2de8e689d (diff)
downloadFreeBSD-src-52acbc4c0a01ae6c8a405c4588f612262bc0a798.zip
FreeBSD-src-52acbc4c0a01ae6c8a405c4588f612262bc0a798.tar.gz
Remove redundant assignments to WARNS.
For these directories, WARNS is already implied to be 6.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/grep/Makefile2
-rw-r--r--usr.bin/iconv/Makefile2
-rw-r--r--usr.bin/rctl/Makefile2
3 files changed, 0 insertions, 6 deletions
diff --git a/usr.bin/grep/Makefile b/usr.bin/grep/Makefile
index 8cd490d..f09a7d6 100644
--- a/usr.bin/grep/Makefile
+++ b/usr.bin/grep/Makefile
@@ -28,8 +28,6 @@ MLINKS= grep.1 egrep.1 \
bsdgrep.1: grep.1
cp ${.ALLSRC} ${.TARGET}
-WARNS?= 6
-
LDADD= -lz -lbz2
DPADD= ${LIBZ} ${LIBBZ2}
diff --git a/usr.bin/iconv/Makefile b/usr.bin/iconv/Makefile
index 7e8f6e7..deab092 100644
--- a/usr.bin/iconv/Makefile
+++ b/usr.bin/iconv/Makefile
@@ -7,8 +7,6 @@ PROG= iconv
#SRCS= iconv.c
MAN= iconv.1
-WARNS?= 6
-
LDADD+= -lcrypt
DPADD+= ${LIBCRYPT}
diff --git a/usr.bin/rctl/Makefile b/usr.bin/rctl/Makefile
index 1088cf1..c5c32eb 100644
--- a/usr.bin/rctl/Makefile
+++ b/usr.bin/rctl/Makefile
@@ -6,6 +6,4 @@ MAN= rctl.8
DPADD= ${LIBUTIL}
LDADD= -lutil
-WARNS?= 6
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud