summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/longjmp/Makefile
blob: 53a310c8900cda1a9e2132cd8409151e94e1018a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.3 2002/02/18 11:27:45 art Exp $
PROG=	longjmp

do-longjmp: ${PROG}
	./longjmp

do-_longjmp: ${PROG}
	./longjmp -_

REGRESSTARGETS=do-longjmp do-_longjmp
.PHONY: ${REGRESSTARGETS}

.include <bsd.regress.mk>