Add makefile for tcpsocktimewait missed in previous commit.

This commit is contained in:
rwatson 2006-04-02 10:50:46 +00:00
parent 58f202293c
commit 628ed75adb

View File

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