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

8 lines
97 B
Makefile
Raw Normal View History

PROG=tcpblast
SRCS=tcpblast.c
NOMAN=noman
DESTDIR?=/usr/local
BINDIR=/bin
.include<bsd.prog.mk>