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/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/regress/lib/libc/malloc/Makefile b/src/regress/lib/libc/malloc/Makefile
index 0e8eee5478..bb6dfc26a4 100644
--- a/src/regress/lib/libc/malloc/Makefile
+++ b/src/regress/lib/libc/malloc/Makefile
@@ -1,5 +1,7 @@
1# $OpenBSD: Makefile,v 1.3 2002/02/18 11:29:50 art Exp $ 1# $OpenBSD: Makefile,v 1.4 2003/07/15 10:09:37 otto Exp $
2 2
3PROG= malloc0test 3SUBDIR+= malloc0test malloc_errno
4 4
5.include <bsd.regress.mk> 5install:
6
7.include <bsd.subdir.mk>