diff options
author | bapt <bapt@FreeBSD.org> | 2014-11-05 14:55:01 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-11-05 14:55:01 +0000 |
commit | a8396ef62fe2ad8e5cf3baa6e031285dade4970b (patch) | |
tree | cfb7da30e713cf0e8fdbc8b7bf0cfdea16f68564 /usr.bin | |
parent | bfc0f852ba36942c2903b68b79ccc504e7d2c1f7 (diff) | |
download | FreeBSD-src-a8396ef62fe2ad8e5cf3baa6e031285dade4970b.zip FreeBSD-src-a8396ef62fe2ad8e5cf3baa6e031285dade4970b.tar.gz |
Nothing in iconv(1) uses symbols from libcrypt
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/iconv/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/iconv/Makefile b/usr.bin/iconv/Makefile index deab092..b920eb1 100644 --- a/usr.bin/iconv/Makefile +++ b/usr.bin/iconv/Makefile @@ -7,7 +7,4 @@ PROG= iconv #SRCS= iconv.c MAN= iconv.1 -LDADD+= -lcrypt -DPADD+= ${LIBCRYPT} - .include <bsd.prog.mk> |