1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/benchmarks/tcpblast/src/Makefile
1995-10-06 20:02:50 +00:00

7 lines
93 B
Makefile

PROG= tcpblast
SRCS= tcpblast.c
NOMAN= yes
BINDIR= ${PREFIX}/bin
.include <bsd.prog.mk>