From 354e20794f9b95e135eac3be11799baa85ca7bea Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Tue, 29 Feb 2000 11:45:48 +0000 Subject: [PATCH] Update DISTRIBUTION for new crypto world order. --- usr.sbin/pppd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index aef5bfce88f..71b38326186 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