diff options
Diffstat (limited to 'src/regress/lib/libc/malloc/Makefile')
-rw-r--r-- | src/regress/lib/libc/malloc/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/regress/lib/libc/malloc/Makefile b/src/regress/lib/libc/malloc/Makefile new file mode 100644 index 0000000000..bb6dfc26a4 --- /dev/null +++ b/src/regress/lib/libc/malloc/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2003/07/15 10:09:37 otto Exp $ | ||
2 | |||
3 | SUBDIR+= malloc0test malloc_errno | ||
4 | |||
5 | install: | ||
6 | |||
7 | .include <bsd.subdir.mk> | ||