aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pppd
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-07-24 18:30:25 +0000
committerMark Murray <markm@FreeBSD.org>2003-07-24 18:30:25 +0000
commitebb9f0efa8c69ce933e80805ae4fd9b3607d7ef3 (patch)
tree02f034a43f77b334e2a958993abac4da32ec093c /usr.sbin/pppd
parent22b490943022a4b358794dea89dd489d1435de72 (diff)
downloadsrc-ebb9f0efa8c69ce933e80805ae4fd9b3607d7ef3.tar.gz
src-ebb9f0efa8c69ce933e80805ae4fd9b3607d7ef3.zip
Don't check for the existance of src/crypto/ for building items that
may contain crypto. The days of ITAR paranoia are over, and the simple macro tests that remain are sufficient.
Notes
Notes: svn path=/head/; revision=117978
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 7c5f3029d3f9..c0719a99ae4a 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}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
+.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH)
DISTRIBUTION=crypto
CFLAGS+= -DCHAPMS
SRCS+= chap_ms.c