X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.bsd;h=83a899f2149fda58190c5172e3eb38dbbe88440e;hb=dcc1a96716db2df51eb4f593c9e862433298de5c;hp=93d5e894f36847f8442cc1e63fe7ebdaa0b27889;hpb=db24ed59a91b79aae2570f9b89f33406f22051bc;p=ppp.git diff --git a/pppd/Makefile.bsd b/pppd/Makefile.bsd index 93d5e89..83a899f 100644 --- a/pppd/Makefile.bsd +++ b/pppd/Makefile.bsd @@ -1,12 +1,16 @@ -# $Id: Makefile.bsd,v 1.6 1994/09/21 06:47:28 paulus Exp $ +# $Id: Makefile.bsd,v 1.16 2002/05/21 17:26:48 dfs Exp $ BINDIR?= /usr/sbin -CFLAGS+= -I.. -DHAVE_PATHS_H +# -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../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 \ - auth.c options.c lock.c sys-bsd.c -MAN8= pppd.0 + ecp.c demand.c auth.c options.c utils.c sys-bsd.c +MAN= pppd.cat8 +MAN8= pppd.8 BINMODE=4555 BINOWN= root