summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libc/sigreturn/Makefile4
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
3PROG= sigret 3PROG= sigret
4 4
@@ -6,7 +6,7 @@ DEBUG+= -ggdb
6 6
7REGRESSTARGETS+= sigret-normal sigret-indirect sigret-altstack 7REGRESSTARGETS+= sigret-normal sigret-indirect sigret-altstack
8 8
9sigret-normal: 9sigret-normal: ${PROG}
10 ./${PROG} 10 ./${PROG}
11 11
12sigret-indirect: ${PROG} 12sigret-indirect: ${PROG}