xref: /openbsd/regress/usr.bin/jot/Makefile (revision d415bd75)
1#	$OpenBSD: Makefile,v 1.1 2016/07/30 13:55:54 tb Exp $
2
3JOT?=jot
4VERBOSE?=0
5
6regress:
7	m4 ${.CURDIR}/regress.m4 ${.CURDIR}/regress.sh | \
8		env JOT=${JOT} SRCDIR=${.CURDIR} VERBOSE=${VERBOSE} sh
9
10clean:
11	rm -f test.*.out
12
13.include <bsd.regress.mk>
14