freebsd-dev/tools/regression/netinet/tcpstream/Makefile
Robert Watson cb5e18f34e Add tcpstream, a simple TCP stream generator that uses a pseudo-random
sequence to detect data corruption visible to an application.
2004-09-13 03:17:22 +00:00

10 lines
83 B
Makefile

#
# $FreeBSD$
#
CFLAGS+= -Wall
PROG= tcpstream
NOMAN= yes
.include <bsd.prog.mk>