X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.bsd;h=a1f6b849d0d69f907cfbb455ab7612cf9ff02b3b;hp=7421144e5e95928ba163122cf735dc919bfcead6;hb=21cdaec64fc3385795f4318fdf2358f503ec26ba;hpb=ea5cb92859e3e5f56764be397c0b57c3333c4e45 diff --git a/pppd/Makefile.bsd b/pppd/Makefile.bsd index 7421144..a1f6b84 100644 --- a/pppd/Makefile.bsd +++ b/pppd/Makefile.bsd @@ -1,12 +1,16 @@ -# $Id: Makefile.bsd,v 1.4 1994/04/20 00:07:50 paulus Exp $ +# $Id: Makefile.bsd,v 1.13 1996/10/08 04:33:33 paulus Exp $ BINDIR?= /usr/sbin -CFLAGS+= -I.. +# -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 PROG= pppd -SRCS= main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c \ - auth.c options.c lock.c sys-bsd.c -MAN8= pppd.0 +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 +MAN= pppd.cat8 +MAN8= pppd.8 BINMODE=4555 BINOWN= root