diff options
Diffstat (limited to 'src/regress/lib/libc/malloc/malloc_ulimit1/Makefile')
-rw-r--r-- | src/regress/lib/libc/malloc/malloc_ulimit1/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regress/lib/libc/malloc/malloc_ulimit1/Makefile b/src/regress/lib/libc/malloc/malloc_ulimit1/Makefile new file mode 100644 index 0000000000..46ced27a98 --- /dev/null +++ b/src/regress/lib/libc/malloc/malloc_ulimit1/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2006/04/18 19:03:30 otto Exp $ | ||
2 | |||
3 | PROG= malloc_ulimit1 | ||
4 | |||
5 | .include <bsd.regress.mk> | ||