diff options
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 |