diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2004-04-28 07:48:37 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2004-04-28 07:48:37 +0000 |
commit | 2f60d8150f62a8012c57bc38577ba2372a4031fe (patch) | |
tree | c1340728072af4c2eaebe0d969ffe0fe9d3318c3 /usr.sbin/Makefile | |
parent | 357f38ee211c5b185fa03e3ca4bf4f3317513bd2 (diff) |
add tcpdrop
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 6aab2c2d250..7b3079c71b5 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.107 2004/04/20 05:57:17 henning Exp $ +# $OpenBSD: Makefile,v 1.108 2004/04/28 07:48:36 markus Exp $ # not yet done: catman @@ -16,8 +16,8 @@ SUBDIR= ac accton adduser amd arp authpf \ rdconfig rdate repquota rmt \ rpc.bootparamd rpc.lockd rwhod \ sa sensorsd sesd sliplogin slstats spamdb spppcontrol spray \ - syslogc syslogd tcpdump timed tokenadm tokeninit traceroute trpt \ - usbdevs user vipw vnconfig wsmoused zdump zic + syslogc syslogd tcpdump timed tcpdrop tokenadm tokeninit traceroute \ + trpt usbdevs user vipw vnconfig wsmoused zdump zic # IPv6 SUBDIR+=faithd ndp rip6query route6d rtadvd rtsold traceroute6 |