diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/grep/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/iconv/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/rctl/Makefile | 2 |
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> |