X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.bsd;h=c1f7738fb9f1337648fcd74ea8912a8a3f2dc72d;hp=880f27d26b354b88eded3d73b4409b6db2422978;hb=66b97cb2741ff687e731834eb6458281df3dd412;hpb=5ae807ccc8f6210e46f756899a3220f3f505b3e7 diff --git a/pppd/Makefile.bsd b/pppd/Makefile.bsd index 880f27d..c1f7738 100644 --- a/pppd/Makefile.bsd +++ b/pppd/Makefile.bsd @@ -1,14 +1,16 @@ -# $Id: Makefile.bsd,v 1.11 1996/07/01 05:31:47 paulus Exp $ +# $Id: Makefile.bsd,v 1.17 2002/11/02 19:48:12 carlsonj 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 + ecp.c demand.c auth.c options.c utils.c sys-bsd.c eap.c tty.c MAN= pppd.cat8 -# The next line is for NetBSD-1.0 and other older *BSD systems. -MAN8= pppd.0 +MAN8= pppd.8 BINMODE=4555 BINOWN= root