1*aecbf567Sray# $OpenBSD: Makefile,v 1.6 2006/07/21 22:59:05 ray Exp $ 251b5fbc3Scloder 3*aecbf567SrayTESTSCRIPTS=t1 t2 t3 t4 t5 t6 451b5fbc3Scloder 551b5fbc3Scloder.for t in ${TESTSCRIPTS} 651b5fbc3ScloderREGRESS_TARGETS+=t-${t} 751b5fbc3ScloderCLEANFILES+=${t}.tar 851b5fbc3Scloder 951b5fbc3Sclodert-${t}: 1051b5fbc3Scloder sh ${.CURDIR}/${t}.sh ${.CURDIR} ${.OBJDIR} 1151b5fbc3Scloder.endfor 1251b5fbc3Scloder 1351b5fbc3Scloder.PHONY: ${REGRESS_TARGETS} 1451b5fbc3Scloder 1551b5fbc3Scloder.include <bsd.regress.mk> 16