diff options
author | peter <peter@FreeBSD.org> | 1997-08-22 15:57:37 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-08-22 15:57:37 +0000 |
commit | 005f99ca4385a3afbd1e6ea85c43ddd302399f61 (patch) | |
tree | fc432433fe4f635572f00c37e46936a4f8f6401e /usr.sbin/pppd | |
parent | d5ebc860a7bbe288a69fdd2f837c6f68cb149551 (diff) | |
download | FreeBSD-src-005f99ca4385a3afbd1e6ea85c43ddd302399f61.zip FreeBSD-src-005f99ca4385a3afbd1e6ea85c43ddd302399f61.tar.gz |
Oops, that'll teach me to edit the makefile after testing... Remove
duplicate cbcp.c in SRCS... :->
Diffstat (limited to 'usr.sbin/pppd')
-rw-r--r-- | usr.sbin/pppd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index 9d3db64..1ba8251 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 |