mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
7 lines
93 B
Makefile
7 lines
93 B
Makefile
PROG= tcpblast
|
|
SRCS= tcpblast.c
|
|
NOMAN= yes
|
|
BINDIR= ${PREFIX}/bin
|
|
|
|
.include <bsd.prog.mk>
|