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/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libc/longjmp/Makefile b/src/regress/lib/libc/longjmp/Makefile
index 53a310c890..825e0f86d9 100644
--- a/src/regress/lib/libc/longjmp/Makefile
+++ b/src/regress/lib/libc/longjmp/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.3 2002/02/18 11:27:45 art Exp $ 1# $OpenBSD: Makefile,v 1.4 2002/09/02 20:01:43 avsm Exp $
2PROG= longjmp 2PROG= longjmp
3 3
4do-longjmp: ${PROG} 4do-longjmp: ${PROG}
@@ -7,7 +7,7 @@ do-longjmp: ${PROG}
7do-_longjmp: ${PROG} 7do-_longjmp: ${PROG}
8 ./longjmp -_ 8 ./longjmp -_
9 9
10REGRESSTARGETS=do-longjmp do-_longjmp 10REGRESS_TARGETS=do-longjmp do-_longjmp
11.PHONY: ${REGRESSTARGETS} 11.PHONY: ${REGRESS_TARGETS}
12 12
13.include <bsd.regress.mk> 13.include <bsd.regress.mk>