From cb77de23278c8e011fcd4c71c4b8d2917b6450ba Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 4 Sep 1996 22:43:20 +0000 Subject: [PATCH] Removed bogus unused `-I..' and unnecessary override of BINDIR. Didn't clean up. --- usr.sbin/pppd/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index 473561329dc..dc8b1f3e4a6 100644 --- a/usr.sbin/pppd/Makefile +++ b/usr.sbin/pppd/Makefile @@ -1,7 +1,6 @@ -# $Id: Makefile,v 1.2 1995/10/31 21:20:42 peter Exp $ +# $Id: Makefile,v 1.3 1996/03/01 19:29:34 phk Exp $ -BINDIR?= /usr/sbin -CFLAGS+= -I.. -DHAVE_PATHS_H +CFLAGS+= -DHAVE_PATHS_H PROG= pppd SRCS= main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c ccp.c \