1# $OpenBSD: Makefile,v 1.4 2003/12/15 05:28:40 otto Exp $ 2 3REGRESS_TARGETS=shcrash.sh seterror.sh varfunction.sh 4 5shcrash.sh: 6 ulimit -c 0 && sh ${.CURDIR}/shcrash.sh 7 8seterror.sh: 9 sh ${.CURDIR}/seterror.sh 10 11varfunction.sh: 12 sh ${.CURDIR}/varfunction.sh 13 14.PHONY: ${REGRESS_TARGETS} 15 16.include <bsd.regress.mk> 17