diff options
-rw-r--r-- | src/regress/lib/libc/malloc/Makefile | 4 |
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 | ||
3 | SUBDIR+= malloc_general malloc0test malloc_errno malloc_ulimit1 malloc_ulimit2 | 3 | SUBDIR+= malloc_general malloc0test malloc_errno malloc_ulimit1 malloc_ulimit2 |
4 | SUBDIR+= malloc_threaderr | 4 | SUBDIR+= malloc_threaderr malloc_errs |
5 | 5 | ||
6 | install: | 6 | install: |
7 | 7 | ||