diff options
Diffstat (limited to 'src/regress/lib/libc/longjmp/Makefile')
-rw-r--r-- | src/regress/lib/libc/longjmp/Makefile | 6 |
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 $ |
2 | PROG= longjmp | 2 | PROG= longjmp |
3 | 3 | ||
4 | do-longjmp: ${PROG} | 4 | do-longjmp: ${PROG} |
@@ -7,7 +7,7 @@ do-longjmp: ${PROG} | |||
7 | do-_longjmp: ${PROG} | 7 | do-_longjmp: ${PROG} |
8 | ./longjmp -_ | 8 | ./longjmp -_ |
9 | 9 | ||
10 | REGRESSTARGETS=do-longjmp do-_longjmp | 10 | REGRESS_TARGETS=do-longjmp do-_longjmp |
11 | .PHONY: ${REGRESSTARGETS} | 11 | .PHONY: ${REGRESS_TARGETS} |
12 | 12 | ||
13 | .include <bsd.regress.mk> | 13 | .include <bsd.regress.mk> |