summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/longjmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/longjmp/Makefile')
-rw-r--r--src/regress/lib/libc/longjmp/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/regress/lib/libc/longjmp/Makefile b/src/regress/lib/libc/longjmp/Makefile
new file mode 100644
index 0000000000..825e0f86d9
--- /dev/null
+++ b/src/regress/lib/libc/longjmp/Makefile
@@ -0,0 +1,13 @@
1# $OpenBSD: Makefile,v 1.4 2002/09/02 20:01:43 avsm Exp $
2PROG= longjmp
3
4do-longjmp: ${PROG}
5 ./longjmp
6
7do-_longjmp: ${PROG}
8 ./longjmp -_
9
10REGRESS_TARGETS=do-longjmp do-_longjmp
11.PHONY: ${REGRESS_TARGETS}
12
13.include <bsd.regress.mk>