X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.bsd;h=ea94db5c37d8a1af47fafda50d0f04042a70a21e;hp=a1f6b849d0d69f907cfbb455ab7612cf9ff02b3b;hb=31b4bba68d46b38119fd8620ee09ff7f8831f4b5;hpb=21cdaec64fc3385795f4318fdf2358f503ec26ba diff --git a/pppd/Makefile.bsd b/pppd/Makefile.bsd index a1f6b84..ea94db5 100644 --- a/pppd/Makefile.bsd +++ b/pppd/Makefile.bsd @@ -1,14 +1,14 @@ -# $Id: Makefile.bsd,v 1.13 1996/10/08 04:33:33 paulus Exp $ +# $Id: Makefile.bsd,v 1.15 1999/04/12 06:24:44 paulus Exp $ BINDIR?= /usr/sbin # -D_BITYPES is for FreeBSD, which doesn't define anything to # tell us that u_int32_t gets defined if is included. # Remove for older *BSD systems for which this isn't true. -CFLAGS+= -g -I.. -DHAVE_PATHS_H -D_BITYPES +CFLAGS+= -g -I../include -DHAVE_PATHS_H -D_BITYPES PROG= pppd SRCS= main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c ccp.c \ - demand.c auth.c options.c sys-bsd.c + demand.c auth.c options.c utils.c sys-bsd.c MAN= pppd.cat8 MAN8= pppd.8 BINMODE=4555