summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libc/malloc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/malloc/Makefile b/src/regress/lib/libc/malloc/Makefile
index 7eb84f6a6c..546d67f6ca 100644
--- a/src/regress/lib/libc/malloc/Makefile
+++ b/src/regress/lib/libc/malloc/Makefile
@@ -1,7 +1,7 @@
1# $OpenBSD: Makefile,v 1.7 2018/01/28 13:42:17 otto Exp $ 1# $OpenBSD: Makefile,v 1.8 2023/05/08 11:13:30 otto Exp $
2 2
3SUBDIR+= malloc_general malloc0test malloc_errno malloc_ulimit1 malloc_ulimit2 3SUBDIR+= malloc_general malloc0test malloc_errno malloc_ulimit1 malloc_ulimit2
4SUBDIR+= malloc_threaderr 4SUBDIR+= malloc_threaderr malloc_errs
5 5
6install: 6install:
7 7