X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.bsd;h=b77cbce5462c3f28f538a053af24bb683124b1a0;hp=538988181b3e6f2e5111fae9cf46d4eccfa02996;hb=d6eab2ab82f50135fcff32e235ba03b8cad560ba;hpb=8759cabca8f62f57a4c900d92acd4afaac986e76 diff --git a/pppd/Makefile.bsd b/pppd/Makefile.bsd index 5389881..b77cbce 100644 --- a/pppd/Makefile.bsd +++ b/pppd/Makefile.bsd @@ -1,20 +1,20 @@ -# $Id: Makefile.bsd,v 1.9 1996/04/04 03:25:59 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 \ - gencode.c grammar.c scanner.c nametoaddr.c optimize.c bpf_filter.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 +MAN8= pppd.8 BINMODE=4555 BINOWN= root LDADD= -lcrypt -lutil DPADD= ${LIBCRYPT} ${LIBUTIL} -CLEANFILES=y.tab.h grammar.c scanner.c .include