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/Makefile14
1 files changed, 14 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..ca8fb32343
--- /dev/null
+++ b/src/regress/lib/libc/malloc/Makefile
@@ -0,0 +1,14 @@
1# $OpenBSD: Makefile,v 1.1 2001/12/05 09:52:01 deraadt Exp $
2# $NetBSD: Makefile,v 1.2 1995/04/20 22:40:13 cgd Exp $
3
4PROG= malloc0test
5NOMAN= noman, no way, man
6
7.PATH: ${.CURDIR}/../malloc
8
9install:
10
11regress: ${PROG}
12 ./${PROG}
13
14.include <bsd.prog.mk>