212a79b010
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
9 lines
136 B
Makefile
9 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>
|