summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/malloc/malloc0test/Makefile
diff options
context:
space:
mode:
authorotto <>2003-07-15 10:09:37 +0000
committerotto <>2003-07-15 10:09:37 +0000
commit19f7f066e726b9057c4d22f7ea855a2eec1a6826 (patch)
tree51cf598304087f7b71b479fffb6c917ff04d6099 /src/regress/lib/libc/malloc/malloc0test/Makefile
parent2bde480334d701470681df16582ed92f56353bc9 (diff)
downloadopenbsd-19f7f066e726b9057c4d22f7ea855a2eec1a6826.tar.gz
openbsd-19f7f066e726b9057c4d22f7ea855a2eec1a6826.tar.bz2
openbsd-19f7f066e726b9057c4d22f7ea855a2eec1a6826.zip
move malloc0test.c to new subdir.
ok tdeval@ millert@
Diffstat (limited to 'src/regress/lib/libc/malloc/malloc0test/Makefile')
-rw-r--r--src/regress/lib/libc/malloc/malloc0test/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regress/lib/libc/malloc/malloc0test/Makefile b/src/regress/lib/libc/malloc/malloc0test/Makefile
new file mode 100644
index 0000000000..8ed8163a79
--- /dev/null
+++ b/src/regress/lib/libc/malloc/malloc0test/Makefile
@@ -0,0 +1,5 @@
1# $OpenBSD: Makefile,v 1.1 2003/07/15 10:09:37 otto Exp $
2
3PROG= malloc0test
4
5.include <bsd.regress.mk>