1# $OpenBSD: Makefile,v 1.3 2003/02/09 18:52:49 espie Exp $ 2 3REGRESS_TARGETS=shcrash.sh seterror.sh 4 5shcrash.sh: 6 ulimit -c 0 && sh ${.CURDIR}/shcrash.sh 7 8seterror.sh: 9 sh ${.CURDIR}/seterror.sh 10 11.PHONY: ${REGRESS_TARGETS} 12 13.include <bsd.regress.mk> 14