diff options
Diffstat (limited to 'src/regress/lib/libc/malloc/Makefile')
-rw-r--r-- | src/regress/lib/libc/malloc/Makefile | 14 |
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 | |||
4 | PROG= malloc0test | ||
5 | NOMAN= noman, no way, man | ||
6 | |||
7 | .PATH: ${.CURDIR}/../malloc | ||
8 | |||
9 | install: | ||
10 | |||
11 | regress: ${PROG} | ||
12 | ./${PROG} | ||
13 | |||
14 | .include <bsd.prog.mk> | ||