summaryrefslogtreecommitdiffstats
path: root/usr.bin/csup/Makefile
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2011-12-24 12:16:38 +0000
committermarius <marius@FreeBSD.org>2011-12-24 12:16:38 +0000
commitce155038ce14cb96cb781b87d2d6dc0d94312a4a (patch)
treede57cae74fdf334ad26cc7d8113c58c114a2fc6d /usr.bin/csup/Makefile
parent1c0bb02c84b89eb2f680e27b37e58dd05abc23c1 (diff)
downloadFreeBSD-src-ce155038ce14cb96cb781b87d2d6dc0d94312a4a.zip
FreeBSD-src-ce155038ce14cb96cb781b87d2d6dc0d94312a4a.tar.gz
On FreeBSD just use the MD5 implementation of libmd rather than that of
libcrypto so we don't need to relinquish csup when world is built without OpenSSL.
Diffstat (limited to 'usr.bin/csup/Makefile')
-rw-r--r--usr.bin/csup/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/csup/Makefile b/usr.bin/csup/Makefile
index 7fda5b0..0cea821 100644
--- a/usr.bin/csup/Makefile
+++ b/usr.bin/csup/Makefile
@@ -33,8 +33,8 @@ CFLAGS+= -I. -I${.CURDIR}
CFLAGS+= -DHAVE_FFLAGS -DNDEBUG
WARNS?= 1
-DPADD= ${LIBCRYPTO} ${LIBZ} ${LIBPTHREAD}
-LDADD= -lcrypto -lz -lpthread
+DPADD= ${LIBMD} ${LIBZ} ${LIBPTHREAD}
+LDADD= -lmd -lz -lpthread
SCRIPTS= cpasswd.sh
MAN= csup.1 cpasswd.1
OpenPOWER on IntegriCloud