1# $OpenBSD: Makefile,v 1.1 2016/10/07 16:10:32 schwarze Exp $
2
3REGRESS_TARGETS = wc
4
5wc:
6	sh ${.CURDIR}/wc.sh
7
8.include <bsd.regress.mk>
9