aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pppd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-03-09 06:29:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-03-09 06:29:05 +0000
commitbb49f794f5ee647d19e458b23eca844a3a85f813 (patch)
tree241cba11dae37496c9a301b88acaa078786e551a /usr.sbin/pppd
parentd1a417f17ed3893fe20613320b44ecd60c0435b2 (diff)
downloadsrc-bb49f794f5ee647d19e458b23eca844a3a85f813.tar.gz
src-bb49f794f5ee647d19e458b23eca844a3a85f813.zip
Buildworld fixes for NO_OPENSSH and NO_OPENSSL
Approved by: jkh
Notes
Notes: svn path=/head/; revision=57841
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 71b383261865..7385f5df6ae9 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