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/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/malloc/malloc_general/Makefile b/src/regress/lib/libc/malloc/malloc_general/Makefile
index ad6b6dcfbe..a0ee823bbe 100644
--- a/src/regress/lib/libc/malloc/malloc_general/Makefile
+++ b/src/regress/lib/libc/malloc/malloc_general/Makefile
@@ -1,6 +1,7 @@
1# $OpenBSD: Makefile,v 1.2 2017/01/24 15:32:20 otto Exp $ 1# $OpenBSD: Makefile,v 1.3 2017/01/24 16:03:28 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
4 5
5.include <bsd.regress.mk> 6.include <bsd.regress.mk>
6 7