summaryrefslogtreecommitdiff
path: root/regress/bin/expr/Makefile
blob: 2d77c8fa0f5d3ce1b8f50a4b862d7c854b2e5bee (plain)
1
2
3
4
5
6
7
8
# $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>