summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-02-24 21:10:28 +0000
committermarkm <markm@FreeBSD.org>2000-02-24 21:10:28 +0000
commit4dfdc66cab217db1c43f8f5db234a731900d85b0 (patch)
treef8ea8e6a6680b0fc9f39e56667dfb083b48e64dd /usr.sbin/ppp/Makefile
parent7926f9a427cf41d969d72340286db7efb8743a66 (diff)
downloadFreeBSD-src-4dfdc66cab217db1c43f8f5db234a731900d85b0.zip
FreeBSD-src-4dfdc66cab217db1c43f8f5db234a731900d85b0.tar.gz
Use libcrypto instead of libdes.
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 480fb2e..6581761 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -37,8 +37,12 @@ DPADD+= ${LIBALIAS}
DISTRIBUTION=des
CFLAGS+=-DHAVE_DES
SRCS+= chap_ms.c
-LDADD+= -ldes
-DPADD+= ${LIBDES}
+LDADD+= -lcrypto
+DPADD+= ${LIBCRYPTO}
+.if defined(RSAREF) && ${RSAREF} == YES
+LDADD+= -lRSAglue
+DPADD+= ${LIBRSAGLUE}
+.endif
.endif
.if defined(NORADIUS)
OpenPOWER on IntegriCloud