diff options
author | 2007-06-04 18:25:29 +0000 | |
---|---|---|
committer | 2007-06-04 18:25:29 +0000 | |
commit | 60f05e3c76c68ff2f7bf81c34061529d8b03d05c (patch) | |
tree | 918947f577ec832e19421046372fd42127211797 | |
parent | add -t to usage() and SYNOPSIS; (diff) | |
download | wireguard-openbsd-60f05e3c76c68ff2f7bf81c34061529d8b03d05c.tar.xz wireguard-openbsd-60f05e3c76c68ff2f7bf81c34061529d8b03d05c.zip |
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= |