e653b48c80
OK'ed by: core
10 lines
80 B
Makefile
10 lines
80 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CFLAGS+= -Wall
|
|
PROG= tcpstream
|
|
NO_MAN=
|
|
|
|
.include <bsd.prog.mk>
|