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/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/regress/lib/libc/longjmp/Makefile b/src/regress/lib/libc/longjmp/Makefile
index 1444cd4374..d17a94182e 100644
--- a/src/regress/lib/libc/longjmp/Makefile
+++ b/src/regress/lib/libc/longjmp/Makefile
@@ -1,3 +1,10 @@
1PROG= longjmp 1PROG= longjmp
2 2
3do-longjmp: ${PROG}
4 ./longjmp
5do-_longjmp: ${PROG}
6 ./longjmp -_
7
8REGRESSTARGETS=do-longjmp do-_longjmp
9
3.include <bsd.regress.mk> 10.include <bsd.regress.mk>