X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2FMakefile.bsd;fp=pppd%2FMakefile.bsd;h=0000000000000000000000000000000000000000;hb=5dce043b4b7e32d41598442361736a927a5db5e4;hp=c1f7738fb9f1337648fcd74ea8912a8a3f2dc72d;hpb=3e451dfe42426b51e6ce1d66a3e04de43e055568;p=ppp.git diff --git a/pppd/Makefile.bsd b/pppd/Makefile.bsd deleted file mode 100644 index c1f7738..0000000 --- a/pppd/Makefile.bsd +++ /dev/null @@ -1,20 +0,0 @@ -# $Id: Makefile.bsd,v 1.17 2002/11/02 19:48:12 carlsonj Exp $ - -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../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 \ - ecp.c demand.c auth.c options.c utils.c sys-bsd.c eap.c tty.c -MAN= pppd.cat8 -MAN8= pppd.8 -BINMODE=4555 -BINOWN= root - -LDADD= -lcrypt -lutil -DPADD= ${LIBCRYPT} ${LIBUTIL} - -.include