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