aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/netinet/tcpstream/Makefile
blob: 37cbcc030c8898c70f457fd3218fa0f9ffc1a6b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
#
# $FreeBSD$
#

CFLAGS+=	-Wall
PROG=	tcpstream
MAN=

.include <bsd.prog.mk>