# $OpenBSD: Makefile,v 1.1 2018/03/31 14:50:56 tobias Exp $

REGRESS_TARGETS = expr

expr:
	sh ${.CURDIR}/expr.sh

.include <bsd.regress.mk>
