X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.bsd;h=a1aab1f4d94cbcd058b6460effc4f5f71be44960;hp=54652bfaa49a5506a45b19c663e441eb59a82bc1;hb=be9ecce3c61067bd22186fc1e2cd4355e0f0747d;hpb=0b63a24d54ba4708c88e31bdd74b0145956c1478 diff --git a/pppd/Makefile.bsd b/pppd/Makefile.bsd index 54652bf..a1aab1f 100644 --- a/pppd/Makefile.bsd +++ b/pppd/Makefile.bsd @@ -1,13 +1,17 @@ -# $Id: Makefile.bsd,v 1.1 1993/11/11 03:54:25 paulus Exp $ +# $Id: Makefile.bsd,v 1.12 1996/08/28 06:37:41 paulus Exp $ -COPTS?= -g -CFLAGS+= -DDEBUGALL +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 PROG= pppd -SRCS= main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c \ - auth.c options.c sys-bsd.c +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 +# The next line is for NetBSD-1.0 and other older *BSD systems. MAN8= pppd.0 -SUBDIR= pppstats chat BINMODE=4555 BINOWN= root