From 2958546c0b72d310f1ca4078be5659cbac26757e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 7 Sep 1997 19:59:07 +0000 Subject: Build private versions of ftp and pppd w/o the bloat. This could be used to remove kerberos from the the floppy as well as Theo pointed out. This allows us to put back some things that were removed due to lack of space. --- distrib/i386/special/pppd/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 distrib/i386/special/pppd/Makefile (limited to 'distrib/i386/special/pppd/Makefile') diff --git a/distrib/i386/special/pppd/Makefile b/distrib/i386/special/pppd/Makefile new file mode 100644 index 00000000000..634a4ef55d6 --- /dev/null +++ b/distrib/i386/special/pppd/Makefile @@ -0,0 +1,17 @@ +# $OpenBSD: Makefile,v 1.1 1997/09/07 19:59:06 millert Exp $ +# $NetBSD: Makefile,v 1.13 1996/12/18 16:54:57 christos Exp $ + +PROG= pppd +SRCS= auth.c cbcp.c ccp.c chap.c chap_ms.c demand.c fsm.c ipcp.c \ + ipxcp.c lcp.c magic.c main.c options.c sys-bsd.c upap.c + +.PATH: ${.CURDIR}/../../../../usr.sbin/pppd ${.CURDIR}/../../sys/net +MAN= +BINMODE=4555 +BINOWN= root + +LDADD= -lutil +DPADD= ${LIBUTIL} +CFLAGS+= -I. -DHAVE_PATHS_H + +.include -- cgit v1.2.3