summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorHugh Graham <hugh@cvs.openbsd.org>2001-07-30 11:42:10 +0000
committerHugh Graham <hugh@cvs.openbsd.org>2001-07-30 11:42:10 +0000
commit69a648f580bf179b1271c88ec195376d3ed95e48 (patch)
treec42ca8932d4bcf619cf6237499f5e9c26266a6df /usr.bin
parent759f4678bcb35a1f33d193bf3e2bd42db3ff8a08 (diff)
another vax inspired object shuffle
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile
index 82b8f325f61..de1a06b1939 100644
--- a/usr.bin/netstat/Makefile
+++ b/usr.bin/netstat/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.9 2000/06/14 01:05:04 itojun Exp $
+# $OpenBSD: Makefile,v 1.10 2001/07/30 11:42:09 hugh Exp $
PROG= netstat
-SRCS= if.c inet.c ipx.c iso.c main.c mbuf.c mroute.c ns.c route.c \
- tp_astring.c unix.c atalk.c inet6.c mroute6.c
+SRCS= if.c inet.c inet6.c ipx.c iso.c main.c mbuf.c mroute.c ns.c route.c \
+ tp_astring.c unix.c atalk.c mroute6.c
.PATH: ${.CURDIR}/../../sys/netiso
BINGRP= kmem
BINMODE=2555