diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-06-26 18:50:29 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-06-26 18:50:29 +0000 |
| commit | 3132bc1efe74a3cfa4ece66b4f603d8d20be2352 (patch) | |
| tree | 686d01fc542a5bfb6751e61f714bc73aa133c878 /usr.sbin | |
| parent | 7c281842e38037a9bac8c76f4fd2dc17840b3fef (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/ppp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index d2fdeb1d2a78..2a8322e047bd 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 |
