summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2005-02-06 10:47:12 +0000
committermaxim <maxim@FreeBSD.org>2005-02-06 10:47:12 +0000
commitc183200317c0c27caa6b904e4f129d69c101c487 (patch)
tree81a82bbce807e9b9f91a45a84bac02a9d5a74e61 /usr.sbin/Makefile
parent98ffca48ea5dc716f1f9420ed241eef776bd605a (diff)
downloadFreeBSD-src-c183200317c0c27caa6b904e4f129d69c101c487.zip
FreeBSD-src-c183200317c0c27caa6b904e4f129d69c101c487.tar.gz
o Implement net.inet.tcp.drop sysctl and userland part, tcpdrop(8)
utility: The tcpdrop command drops the TCP connection specified by the local address laddr, port lport and the foreign address faddr, port fport. Obtained from: OpenBSD Reviewed by: rwatson (locking), ru (man page), -current MFC after: 1 month
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index d8f78dc..55f7871 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -159,6 +159,7 @@ SUBDIR= ac \
syslogd \
tcpdchk \
tcpdmatch \
+ tcpdrop \
tcpdump \
timed \
traceroute \
OpenPOWER on IntegriCloud