summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/malloc/malloc_general/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/malloc/malloc_general/Makefile')
-rw-r--r--src/regress/lib/libc/malloc/malloc_general/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/regress/lib/libc/malloc/malloc_general/Makefile b/src/regress/lib/libc/malloc/malloc_general/Makefile
index a0ee823bbe..ddc3220854 100644
--- a/src/regress/lib/libc/malloc/malloc_general/Makefile
+++ b/src/regress/lib/libc/malloc/malloc_general/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.3 2017/01/24 16:03:28 otto Exp $ 1# $OpenBSD: Makefile,v 1.4 2019/06/04 05:30:39 otto Exp $
2 2
3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 3REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7
4PROG= malloc_general 4PROG= malloc_general
@@ -6,22 +6,22 @@ PROG= malloc_general
6.include <bsd.regress.mk> 6.include <bsd.regress.mk>
7 7
8t1: malloc_general 8t1: malloc_general
9 ${.OBJDIR}/malloc_general "" 9 MALLOC_OPTIONS=cfgju ${.OBJDIR}/malloc_general
10 10
11t2: malloc_general 11t2: malloc_general
12 ${.OBJDIR}//malloc_general C 12 MALLOC_OPTIONS=cfgjuC ${.OBJDIR}//malloc_general
13 13
14t3: malloc_general 14t3: malloc_general
15 ${.OBJDIR}//malloc_general J 15 MALLOC_OPTIONS=cfgjuJ ${.OBJDIR}//malloc_general
16 16
17t4: malloc_general 17t4: malloc_general
18 ${.OBJDIR}//malloc_general F 18 MALLOC_OPTIONS=cfgjuF ${.OBJDIR}//malloc_general
19 19
20t5: malloc_general 20t5: malloc_general
21 ${.OBJDIR}//malloc_general G 21 MALLOC_OPTIONS=cfgjuG ${.OBJDIR}//malloc_general
22 22
23t6: malloc_general 23t6: malloc_general
24 ${.OBJDIR}//malloc_general S 24 MALLOC_OPTIONS=cfgjuS ${.OBJDIR}//malloc_general
25 25
26t7: malloc_general 26t7: malloc_general
27 ${.OBJDIR}//malloc_general FGJ 27 MALLOC_OPTIONS=cfgjuFGJ ${.OBJDIR}//malloc_general