diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-21 06:22:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-06-21 06:22:21 +0000 |
commit | 13b19323e16521f5dec30c3b58c14936f3411403 (patch) | |
tree | adb1ec23801442da0e2dba246d05d9a46962b089 /usr.sbin/Makefile | |
parent | adaf0da827adc80c2510f1d59feeb9da4d711bb2 (diff) |
bye bye, use netstat -inalv; itojun ok
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index e31430b378c..0e41059649f 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.89 2002/06/19 08:45:23 deraadt Exp $ +# $OpenBSD: Makefile,v 1.90 2002/06/21 06:22:20 deraadt Exp $ # not yet done: catman @@ -21,7 +21,7 @@ SUBDIR= ac accton adduser altq amd arp authpf \ # mrouted mrinfo mtrace map-mbone # IPv6 -SUBDIR+=faithd ifmcstat ndp rip6query route6d rtadvd rtsold traceroute6 +SUBDIR+=faithd ndp rip6query route6d rtadvd rtsold traceroute6 # Arch dependent tools, with manpages SUBDIR+=iteconfig grfconfig videomode |