diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2007-06-04 12:20:25 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2007-06-04 12:20:25 +0000 |
commit | dcce4f9ac9ec6cdd0dc3c914fe7dd39b1e659ade (patch) | |
tree | f57fc812de72f89c37e9fe0706e57d8a537a9cc8 /usr.bin/netstat/Makefile | |
parent | 8b1ee59c582797bf42099bd985ac14b98422b202 (diff) |
remove IPX support, agreed by many
Diffstat (limited to 'usr.bin/netstat/Makefile')
-rw-r--r-- | usr.bin/netstat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index 37cc08f4828..c0e99be5a5c 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.17 2006/05/27 19:16:37 claudio Exp $ +# $OpenBSD: Makefile,v 1.18 2007/06/04 12:20:24 henning Exp $ PROG= netstat -SRCS= if.c inet.c inet6.c ipx.c main.c mbuf.c mroute.c route.c \ +SRCS= if.c inet.c inet6.c main.c mbuf.c mroute.c route.c \ unix.c atalk.c mroute6.c net80211.c show.c BINGRP= kmem BINMODE=2555 |