summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/malloc/Makefile
diff options
context:
space:
mode:
authorderaadt <>2001-12-05 09:52:01 +0000
committerderaadt <>2001-12-05 09:52:01 +0000
commitb8e9b8d08ebac2bb596ff4717b4b79653d3acd48 (patch)
treea15f5b1d69aad70bc42f49be50a2d5155320b553 /src/regress/lib/libc/malloc/Makefile
parente6969fd8586f3967bd8ccc6245fb6ea9c7d85618 (diff)
downloadopenbsd-b8e9b8d08ebac2bb596ff4717b4b79653d3acd48.tar.gz
openbsd-b8e9b8d08ebac2bb596ff4717b4b79653d3acd48.tar.bz2
openbsd-b8e9b8d08ebac2bb596ff4717b4b79653d3acd48.zip
malloc(n) regression test
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>