diff options
-rw-r--r-- | src/regress/lib/libc/sigreturn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/sigreturn/Makefile b/src/regress/lib/libc/sigreturn/Makefile index 3e8e2c0b41..277e1153b1 100644 --- a/src/regress/lib/libc/sigreturn/Makefile +++ b/src/regress/lib/libc/sigreturn/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2002/01/03 19:17:24 marc Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2002/01/04 13:53:32 art Exp $ |
2 | 2 | ||
3 | PROG= sigret | 3 | PROG= sigret |
4 | 4 | ||
@@ -6,7 +6,7 @@ DEBUG+= -ggdb | |||
6 | 6 | ||
7 | REGRESSTARGETS+= sigret-normal sigret-indirect sigret-altstack | 7 | REGRESSTARGETS+= sigret-normal sigret-indirect sigret-altstack |
8 | 8 | ||
9 | sigret-normal: | 9 | sigret-normal: ${PROG} |
10 | ./${PROG} | 10 | ./${PROG} |
11 | 11 | ||
12 | sigret-indirect: ${PROG} | 12 | sigret-indirect: ${PROG} |