diff options
Diffstat (limited to 'usr.sbin/pppd/Makefile')
-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 65c24f33248..f8552ded808 100644 --- a/usr.sbin/pppd/Makefile +++ b/usr.sbin/pppd/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 1996/05/29 19:14:37 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 1996/07/20 12:02:03 joshd Exp $ # $NetBSD: Makefile,v 1.12 1996/03/19 03:03:04 jtc Exp $ PROG= pppd 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 demand.c gencode.c grammar.c scanner.c \ - nametoaddr.c optimize.c bpf_filter.c + nametoaddr.c optimize.c bpf_filter.c chap_ms.c ipxcp.c md4.c .PATH: ${.CURDIR}/../../lib/libpcap ${.CURDIR}/../../sys/net MAN= pppd.8 SUBDIR= pppstats chat |