mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
8 lines
97 B
Makefile
8 lines
97 B
Makefile
|
PROG=tcpblast
|
||
|
SRCS=tcpblast.c
|
||
|
NOMAN=noman
|
||
|
DESTDIR?=/usr/local
|
||
|
BINDIR=/bin
|
||
|
|
||
|
.include<bsd.prog.mk>
|