aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/Makefile
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-10-30 00:15:04 +0000
committerBrian Somers <brian@FreeBSD.org>2000-10-30 00:15:04 +0000
commita8d604ab7453c18c004a807fa7003aee1aadf2f7 (patch)
treee97fb8e0b3bcf0cc2a9e936697d58d1130d222fc /usr.sbin/ppp/Makefile
parentfa99586d3a144ccf3d8079df7803df17c689b335 (diff)
downloadsrc-a8d604ab7453c18c004a807fa7003aee1aadf2f7.tar.gz
src-a8d604ab7453c18c004a807fa7003aee1aadf2f7.zip
Add MPPE and MSChap v2 support (denied and disabled by default)
Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
Notes
Notes: svn path=/head/; revision=67910
Diffstat (limited to 'usr.sbin/ppp/Makefile')
-rw-r--r--usr.sbin/ppp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 48ec39434bc8..f4e5eeccae82 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -58,7 +58,7 @@ SRCS+= id.c
.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
DISTRIBUTION=crypto
CFLAGS+=-DHAVE_DES
-SRCS+= chap_ms.c
+SRCS+= chap_ms.c mppe.c
LDADD+= -lcrypto
DPADD+= ${LIBCRYPTO}
.endif