From 390908910e46422cc285861e6082d7de5a8ce97e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 3 May 1999 16:43:21 +0000 Subject: include ms-chap support; brad@ --- usr.sbin/pppd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/pppd') 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 -- cgit v1.2.3