aboutsummaryrefslogtreecommitdiff
path: root/lib/libcrypt/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2012-06-12 17:14:19 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2012-06-12 17:14:19 +0000
commita0ee974f0badd8a8fafb686be71a49094e2798f6 (patch)
tree9cd4e433872bd87e319e56a6c61363dc6ddc2ae9 /lib/libcrypt/Makefile
parent9189ae71faf92ab29f5ba5cd9e629655469b73a7 (diff)
Notes
Diffstat (limited to 'lib/libcrypt/Makefile')
-rw-r--r--lib/libcrypt/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libcrypt/Makefile b/lib/libcrypt/Makefile
index eea55726124b..7274e287bded 100644
--- a/lib/libcrypt/Makefile
+++ b/lib/libcrypt/Makefile
@@ -26,11 +26,7 @@ SRCS+= crypt-des.c crypt-blowfish.c blowfish.c
CFLAGS+= -I${.CURDIR} -DHAS_DES -DHAS_BLOWFISH
.endif
-# And the auth_getval() code and support.
-.PATH: ${.CURDIR}/../libutil
-SRCS+= auth.c property.c
-.for sym in auth_getval property_find properties_read properties_free \
- MD4Init MD4Final MD4Update MD4Pad \
+.for sym in MD4Init MD4Final MD4Update MD4Pad \
MD5Init MD5Final MD5Update MD5Pad \
SHA256_Init SHA256_Final SHA256_Update \
SHA512_Init SHA512_Final SHA512_Update