From e80e9a69c52c0de10f64bb0f86f7f6abd950f3a3 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 22 Aug 1997 15:57:37 +0000 Subject: [PATCH] Oops, that'll teach me to edit the makefile after testing... Remove duplicate cbcp.c in SRCS... :-> --- usr.sbin/pppd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index 9d3db64243cf..1ba8251d7814 100644 --- a/usr.sbin/pppd/Makefile +++ b/usr.sbin/pppd/Makefile @@ -1,10 +1,10 @@ -# $Id$ +# $Id: Makefile,v 1.8 1997/08/22 15:50:09 peter Exp $ CFLAGS+= -DHAVE_PATHS_H PROG= pppd SRCS= main.c magic.c fsm.c lcp.c ipcp.c ipxcp.c upap.c chap.c ccp.c \ - demand.c auth.c options.c cbcp.c sys-bsd.c + demand.c auth.c options.c sys-bsd.c MAN8= pppd.8 BINMODE=4555 BINOWN= root