summaryrefslogtreecommitdiff
path: root/usr.sbin/pppd
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-05-03 16:43:21 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-05-03 16:43:21 +0000
commit390908910e46422cc285861e6082d7de5a8ce97e (patch)
tree59ae4bf5f904225b18bf4c807441814e04a79ef9 /usr.sbin/pppd
parentc66c0a1eb392e392619f68f9d418b16724ce0921 (diff)
include ms-chap support; brad@
Diffstat (limited to 'usr.sbin/pppd')
-rw-r--r--usr.sbin/pppd/Makefile4
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>