From 5e5ce7da97e42123ccef076b23c6747b456ab460 Mon Sep 17 00:00:00 2001 From: markm Date: Tue, 29 Feb 2000 11:45:48 +0000 Subject: Update DISTRIBUTION for new crypto world order. --- usr.sbin/pppd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin') 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 -- cgit v1.1