summaryrefslogtreecommitdiff
path: root/regress/bin/pax/Makefile
blob: 107981e633310487c28eb560a044a2f2334f698a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $OpenBSD: Makefile,v 1.2 2005/04/15 07:06:35 markus Exp $

TESTSCRIPTS=t1 t2

.for t in ${TESTSCRIPTS}
REGRESS_TARGETS+=t-${t}
CLEANFILES+=${t}.tar

t-${t}:
	sh ${.CURDIR}/${t}.sh ${.CURDIR} ${.OBJDIR}
.endfor

.PHONY: ${REGRESS_TARGETS}

.include <bsd.regress.mk>