From 3132bc1efe74a3cfa4ece66b4f603d8d20be2352 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Fri, 26 Jun 1998 18:50:29 +0000 Subject: [PATCH] DISTRIBUTION=des --- usr.sbin/ppp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index d2fdeb1d2a7..2a8322e047b 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.41 1998/06/09 05:36:37 imp Exp $ +# $Id: Makefile,v 1.42 1998/06/24 19:33:30 brian Exp $ PROG= ppp SRCS= arp.c async.c auth.c bundle.c ccp.c chap.c chat.c command.c \ @@ -33,6 +33,7 @@ SRCS+= alias_cmd.c loadalias.c .endif .if exists(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE) && !defined(RELEASE_CRUNCH) +DISTRIBUTION=des CFLAGS+=-DHAVE_DES SRCS+= chap_ms.c LDADD+= -ldes