From 3d4568ea4ee934d9afcaed4c653fe6cdbf91131e Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 31 Oct 1995 21:11:19 +0000 Subject: Import pppd onto the vendor branch from the ppp-2.2 package.. --- usr.sbin/pppd/Makefile | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index a0ca52e..ec15113 100644 --- a/usr.sbin/pppd/Makefile +++ b/usr.sbin/pppd/Makefile @@ -1,10 +1,14 @@ -# From: Id: Makefile.bsd,v 1.4 1994/04/20 00:07:50 paulus Exp -# $Id$ +# $Id: Makefile.bsd,v 1.7 1995/04/27 00:19:50 paulus Exp $ + +BINDIR?= /usr/sbin +CFLAGS+= -I.. -DHAVE_PATHS_H PROG= pppd -SRCS= main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c \ - auth.c options.c lock.c sys-bsd.c -MAN8= pppd.8 +SRCS= main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c ccp.c \ + auth.c options.c sys-bsd.c +MAN8= pppd.0 +# The next line is for NetBSD-current systems. +MAN= pppd.cat8 BINMODE=4555 BINOWN= root -- cgit v1.1