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