diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2011-07-09 00:45:41 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2011-07-09 00:45:41 +0000 |
commit | 5c3064772c2b01d274fcc287cca19c3be8a440a1 (patch) | |
tree | d0e3b78bdc1970c46e4ec18f069bd0107c7a3be2 /usr.bin/netstat/Makefile | |
parent | b00ea6a7c4e24838c1ed7edd326dda78630ef0fd (diff) |
rmove rotten netatalk bits
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 cb1f81d8324..a6ebfb924f0 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.19 2007/12/14 18:35:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.20 2011/07/09 00:45:40 henning Exp $ PROG= netstat 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 + unix.c mroute6.c net80211.c show.c BINGRP= kmem BINMODE=2555 LDADD= -lkvm |