mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-25 07:49:18 +00:00
7 lines
67 B
Makefile
7 lines
67 B
Makefile
|
PROGS= listen connect
|
||
|
MAN=
|
||
|
|
||
|
test: ${PROGS}
|
||
|
|
||
|
.include <bsd.prog.mk>
|