X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2FMakefile.bsd;h=a1f6b849d0d69f907cfbb455ab7612cf9ff02b3b;hp=1ac41fed2e79df16bf2098fef2e193095a0bb862;hb=3278b141bac31dce7c1e45136a3c85e07dee6815;hpb=18384c57ab1e2e704ba9c66feeaf1746e2bbe5dc diff --git a/pppd/Makefile.bsd b/pppd/Makefile.bsd index 1ac41fe..a1f6b84 100644 --- a/pppd/Makefile.bsd +++ b/pppd/Makefile.bsd @@ -1,19 +1,20 @@ -# $Id: Makefile.bsd,v 1.10 1996/05/28 00:54:20 paulus Exp $ +# $Id: Makefile.bsd,v 1.13 1996/10/08 04:33:33 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.. -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 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