summaryrefslogtreecommitdiffstats
path: root/usr.bin/iconv
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/iconv
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/iconv')
-rw-r--r--usr.bin/iconv/Makefile2
1 files changed, 0 insertions, 2 deletions
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}
OpenPOWER on IntegriCloud