summaryrefslogtreecommitdiff
path: root/regress/lib/libc/longjmp/Makefile
blob: 825e0f86d93499330d06036054a5b8229469ceef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.4 2002/09/02 20:01:43 avsm Exp $
PROG=	longjmp

do-longjmp: ${PROG}
	./longjmp

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

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

.include <bsd.regress.mk>