aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pppd
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-12-21 10:16:04 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-12-21 10:16:04 +0000
commita216173556ede5d21d5157db945767a08201aae1 (patch)
tree39f12b382ddd99639a5d2e7415eefaadf4ff8ef9 /usr.sbin/pppd
parent83c7ade90a32f8aaff4de282b9fc2493076a54b9 (diff)
downloadsrc-a216173556ede5d21d5157db945767a08201aae1.tar.gz
src-a216173556ede5d21d5157db945767a08201aae1.zip
NOCRYPT -> NO_CRYPT
Notes
Notes: svn path=/head/; revision=139113
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 e2f4bd888c43..c7b617442ecb 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 !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
+.if !defined(NO_CRYPT) && !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
CFLAGS+= -DCHAPMS
SRCS+= chap_ms.c
LDADD+= -lcrypto