summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-02-29 11:45:48 +0000
committermarkm <markm@FreeBSD.org>2000-02-29 11:45:48 +0000
commit5e5ce7da97e42123ccef076b23c6747b456ab460 (patch)
tree5e2135eec9612332fd6844216885b7d578571125 /usr.sbin
parent7b8bbfd16b01a6df0ec14c684d30fdf4cd26352c (diff)
downloadFreeBSD-src-5e5ce7da97e42123ccef076b23c6747b456ab460.zip
FreeBSD-src-5e5ce7da97e42123ccef076b23c6747b456ab460.tar.gz
Update DISTRIBUTION for new crypto world order.
Diffstat (limited to 'usr.sbin')
-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 aef5bfc..71b3832 100644
--- a/usr.sbin/pppd/Makefile
+++ b/usr.sbin/pppd/Makefile
@@ -29,7 +29,7 @@ DPADD+= ${LIBPCAP}
# MS-CHAP support. Requires the DES library.
.if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) && !defined(RELEASE_CRUNCH)
-DISTRIBUTION=des
+DISTRIBUTION=crypto
CFLAGS+=-DCHAPMS
SRCS+= chap_ms.c
LDADD+= -lcrypto
OpenPOWER on IntegriCloud