xref: /freebsd/tools/test/net/Makefile (revision d0b2dbfa)
1
2PROGS=	listen connect
3MAN=
4
5test:	${PROGS}
6
7.include <bsd.prog.mk>
8