diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-05-03 16:43:21 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-05-03 16:43:21 +0000 |
commit | 390908910e46422cc285861e6082d7de5a8ce97e (patch) | |
tree | 59ae4bf5f904225b18bf4c807441814e04a79ef9 /usr.sbin/pppd | |
parent | c66c0a1eb392e392619f68f9d418b16724ce0921 (diff) |
include ms-chap support; brad@
Diffstat (limited to 'usr.sbin/pppd')
-rw-r--r-- | usr.sbin/pppd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index 22d25dad211..36f59d680dd 100644 --- a/usr.sbin/pppd/Makefile +++ b/usr.sbin/pppd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 1998/01/17 20:30:16 millert Exp $ +# $OpenBSD: Makefile,v 1.14 1999/05/03 16:43:20 millert Exp $ PCAPDIR=${.CURDIR}/../../lib/libpcap @@ -15,6 +15,6 @@ BINGRP= dialer LDADD= -lpcap -lutil DPADD= ${LIBPCAP} ${LIBUTIL} -CFLAGS+= -I. -I${PCAPDIR} -DHAVE_PATHS_H -DIPX_CHANGE -DPPP_FILTER -DUSE_CRYPT +CFLAGS+= -I. -I${PCAPDIR} -DHAVE_PATHS_H -DIPX_CHANGE -DPPP_FILTER -DUSE_CRYPT -DCHAPMS .include <bsd.prog.mk> |