PROG=	echotest
MAN=
WARNS?=	2

CFLAGS+= -I ${.CURDIR}/../echodev

DPADD=	${LIBPTHREAD}
LDADD=	-lpthread

.include <bsd.prog.mk>
