mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
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
8 lines
136 B
Makefile
8 lines
136 B
Makefile
# $OpenBSD: Makefile,v 1.1 2004/04/26 19:51:20 markus Exp $
|
|
# $FreeBSD$
|
|
|
|
PROG= tcpdrop
|
|
MAN= tcpdrop.8
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|