summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/malloc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/malloc/Makefile')
-rw-r--r--src/regress/lib/libc/malloc/Makefile5
1 files changed, 5 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..0e8eee5478
--- /dev/null
+++ b/src/regress/lib/libc/malloc/Makefile
@@ -0,0 +1,5 @@
1# $OpenBSD: Makefile,v 1.3 2002/02/18 11:29:50 art Exp $
2
3PROG= malloc0test
4
5.include <bsd.regress.mk>