1# $OpenBSD: Makefile,v 1.1 2018/03/31 14:50:56 tobias Exp $
2
3REGRESS_TARGETS = expr
4
5expr:
6	sh ${.CURDIR}/expr.sh
7
8.include <bsd.regress.mk>
9