X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.bsd;h=b77cbce5462c3f28f538a053af24bb683124b1a0;hb=ade32d2243161da94d757258cd0929a975a6a74c;hp=c25730b096c3da03b2e29856ffe7a82adaf3a680;hpb=28b2df1e15519a33e11a1537b161e982359691da;p=ppp.git diff --git a/pppd/Makefile.bsd b/pppd/Makefile.bsd index c25730b..b77cbce 100644 --- a/pppd/Makefile.bsd +++ b/pppd/Makefile.bsd @@ -1,14 +1,16 @@ -# $Id: Makefile.bsd,v 1.8 1996/01/01 22:53:22 paulus Exp $ +# $Id: Makefile.bsd,v 1.14 1998/03/25 01:27:00 paulus Exp $ BINDIR?= /usr/sbin -CFLAGS+= -g -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 \ demand.c auth.c options.c sys-bsd.c -MAN8= pppd.0 -# The next line is for NetBSD-current systems. MAN= pppd.cat8 +MAN8= pppd.8 BINMODE=4555 BINOWN= root