diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-05-19 15:52:01 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-05-19 15:52:01 +0000 |
| commit | 7691f66abfbcf43a14ca86b9875c01a31f101db3 (patch) | |
| tree | 9be45a94055cfc0506641b2e8790903643f53b99 /usr.sbin/pppd | |
| parent | e5b4d90497c3bc6ea11b2c72d76954fb60250da0 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pppd')
| -rw-r--r-- | usr.sbin/pppd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index 4432435fa615..7c5f3029d3f9 100644 --- a/usr.sbin/pppd/Makefile +++ b/usr.sbin/pppd/Makefile @@ -30,7 +30,7 @@ DPADD+= ${LIBPCAP} LDADD+= -lpcap # MS-CHAP support. Requires the DES library. -.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH) +.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH) DISTRIBUTION=crypto CFLAGS+= -DCHAPMS SRCS+= chap_ms.c |
