X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.bsd;h=a1f6b849d0d69f907cfbb455ab7612cf9ff02b3b;hp=ec15113e0d2b50c44f223a1f97fbd2bad745b9b5;hb=96dad36e1d37716004171559280613739e7df29e;hpb=2c7ea3b55fb7ba51d6a95667575521c415861963;ds=inline diff --git a/pppd/Makefile.bsd b/pppd/Makefile.bsd index ec15113..a1f6b84 100644 --- a/pppd/Makefile.bsd +++ b/pppd/Makefile.bsd @@ -1,14 +1,16 @@ -# $Id: Makefile.bsd,v 1.7 1995/04/27 00:19:50 paulus Exp $ +# $Id: Makefile.bsd,v 1.13 1996/10/08 04:33:33 paulus 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.. -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 sys-bsd.c -MAN8= pppd.0 -# The next line is for NetBSD-current systems. + demand.c auth.c options.c sys-bsd.c MAN= pppd.cat8 +MAN8= pppd.8 BINMODE=4555 BINOWN= root