diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2007-06-04 18:25:30 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2007-06-04 18:25:30 +0000 |
commit | b21bb45b041288100b28563b094095baabdb24bc (patch) | |
tree | 089d824405c2d42d7cf18fd157524d7d112481e5 | |
parent | 001af637ac56dc6c8c29caa485ad0b5a9de0cb9b (diff) |
ipx is gone
-rw-r--r-- | distrib/special/pppd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/pppd/Makefile b/distrib/special/pppd/Makefile index b7d0cd0b9e7..bf6f8dcb13e 100644 --- a/distrib/special/pppd/Makefile +++ b/distrib/special/pppd/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 1999/06/17 20:42:30 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 2007/06/04 18:25:29 henning Exp $ # $NetBSD: Makefile,v 1.13 1996/12/18 16:54:57 christos Exp $ COPTS+=-Os PROG= pppd SRCS= auth.c cbcp.c ccp.c chap.c chap_ms.c demand.c fsm.c ipcp.c \ - ipxcp.c lcp.c magic.c main.c options.c sys-bsd.c upap.c + lcp.c magic.c main.c options.c sys-bsd.c upap.c .PATH: ${.CURDIR}/../../../usr.sbin/pppd ${.CURDIR}/../../sys/net MAN= |