Add makefile for tcpsocktimewait missed in previous commit.

This commit is contained in:
Robert Watson 2006-04-02 10:50:46 +00:00
parent 3221c33333
commit 8c4d74c408

View File

@ -0,0 +1,9 @@
#
# $FreeBSD$
#
PROG= tcpsocktimewait
NO_MAN=
WARNS= 3
.include <bsd.prog.mk>