summaryrefslogtreecommitdiff
path: root/regress/bin/ksh/Makefile
blob: f493d21acca60e969c0e2b66c66f598baa8046b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $OpenBSD: Makefile,v 1.3 2003/02/09 18:52:49 espie Exp $

REGRESS_TARGETS=shcrash.sh seterror.sh

shcrash.sh:
	ulimit -c 0 && sh ${.CURDIR}/shcrash.sh

seterror.sh:
	sh ${.CURDIR}/seterror.sh

.PHONY: ${REGRESS_TARGETS}

.include <bsd.regress.mk>