From 52acbc4c0a01ae6c8a405c4588f612262bc0a798 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 6 Jun 2011 20:24:17 +0000 Subject: Remove redundant assignments to WARNS. For these directories, WARNS is already implied to be 6. --- usr.bin/iconv/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.bin/iconv/Makefile') 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} -- cgit v1.1