summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-03-09 06:29:05 +0000
committerkris <kris@FreeBSD.org>2000-03-09 06:29:05 +0000
commit0d1f47825b8bc213c9c4e1fdef06b1a35096446d (patch)
treef1fa21cc8ddc4c376857a5866b4b4cb27002706c /usr.sbin/pppd
parent45f640e388df179b42641eb7ff526b05617cce21 (diff)
downloadFreeBSD-src-0d1f47825b8bc213c9c4e1fdef06b1a35096446d.zip
FreeBSD-src-0d1f47825b8bc213c9c4e1fdef06b1a35096446d.tar.gz
Buildworld fixes for NO_OPENSSH and NO_OPENSSL
Approved by: jkh
Diffstat (limited to 'usr.sbin/pppd')
-rw-r--r--usr.sbin/pppd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile
index 71b3832..7385f5d 100644
--- a/usr.sbin/pppd/Makefile
+++ b/usr.sbin/pppd/Makefile
@@ -28,7 +28,7 @@ LDADD+= -lpcap
DPADD+= ${LIBPCAP}
# MS-CHAP support. Requires the DES library.
-.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) && !defined(RELEASE_CRUNCH)
+.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
DISTRIBUTION=crypto
CFLAGS+=-DCHAPMS
SRCS+= chap_ms.c
OpenPOWER on IntegriCloud