summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-06-26 18:50:29 +0000
committerbrian <brian@FreeBSD.org>1998-06-26 18:50:29 +0000
commit6b48c99450b8e1030c4b2f68a26bf016d371d7df (patch)
tree5ab1aac5f2c3ed459a9714bcf1c44de7beb71a91 /usr.sbin
parentc85cf94d725d2cec2d29cbd0be58d1d02fc0c2c8 (diff)
downloadFreeBSD-src-6b48c99450b8e1030c4b2f68a26bf016d371d7df.zip
FreeBSD-src-6b48c99450b8e1030c4b2f68a26bf016d371d7df.tar.gz
DISTRIBUTION=des
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index d2fdeb1..2a8322e 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
OpenPOWER on IntegriCloud