aboutsummaryrefslogtreecommitdiff
path: root/tools/test/net/Makefile
blob: 4fe5fb155cd1598f52376ebb26e56c0c2d5d6acb (plain) (blame)
1
2
3
4
5
6
7
8
# $FreeBSD$ 

PROGS=	listen connect
MAN=

test:	${PROGS}

.include <bsd.prog.mk>