diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-09-04 22:43:20 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-09-04 22:43:20 +0000 |
| commit | cb77de23278c8e011fcd4c71c4b8d2917b6450ba (patch) | |
| tree | 5b9e8ae0c55f84506d65ea6aa093e8102ee2f661 /usr.sbin/pppd | |
| parent | 3335a25f2100503c0dc93871d5afa18877292256 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pppd')
| -rw-r--r-- | usr.sbin/pppd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index 473561329dca..dc8b1f3e4a60 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 \ |
