summaryrefslogtreecommitdiff
path: root/regress/usr.bin/gzip/Makefile
blob: 6a17ae8851ad55fedc730fad0a460b368fff9c71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $OpenBSD: Makefile,v 1.1 2008/08/20 09:29:51 mpf Exp $

TESTSCRIPTS=t1 t2

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

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

CLEANFILES+=*.test

.PHONY: ${REGRESS_TARGETS}

.include <bsd.regress.mk>