diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-05-27 19:16:38 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-05-27 19:16:38 +0000 |
commit | 0656cfbc361f267e1d9ec5afebd85675a73e8a22 (patch) | |
tree | a895890f6cbe9536f7631de0954f2d075acd8c20 /usr.bin/netstat/Makefile | |
parent | b39482d224f3c0339badc314f235f66a71ca49c4 (diff) |
Moving netstat from kvm snooping to retrieving the routing tables via
sysctl. Most code is stolen from route -- which was stolen from netstat.
kvm snooping code is still in and useable. Put it in deraadt@ henning@
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 548e1614531..37cc08f4828 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.16 2005/06/08 04:47:03 henning Exp $ +# $OpenBSD: Makefile,v 1.17 2006/05/27 19:16:37 claudio Exp $ PROG= netstat SRCS= if.c inet.c inet6.c ipx.c main.c mbuf.c mroute.c route.c \ - unix.c atalk.c mroute6.c net80211.c + unix.c atalk.c mroute6.c net80211.c show.c BINGRP= kmem BINMODE=2555 LDADD= -lkvm |