freebsd-dev/usr.sbin/tcpdrop/Makefile
Maxim Konovalov 212a79b010 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
2005-02-06 10:47:12 +00:00

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>