summaryrefslogtreecommitdiff
path: root/benchmarks/tcpblast/src/Makefile
blob: 42d678f5b6eb3d71598645e329573aa46a1e21ab (plain) (blame)
1
2
3
4
5
6
7
PROG=tcpblast
SRCS=tcpblast.c
NOMAN=noman
DESTDIR?=/usr/local
BINDIR=/bin

.include<bsd.prog.mk>