summaryrefslogtreecommitdiff
path: root/regress/lib/libc/malloc
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-01-01 23:00:53 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-01-01 23:00:53 +0000
commite691d6b414b2f3602d208d1dbe07116477896faa (patch)
tree7ea9b3434434e73315241e8224a3ad7108bcd73a /regress/lib/libc/malloc
parentc9d518452bfddc63f00a995132317442cb5ead9f (diff)
trivial conversions to bsd.regress.mk
Diffstat (limited to 'regress/lib/libc/malloc')
-rw-r--r--regress/lib/libc/malloc/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/regress/lib/libc/malloc/Makefile b/regress/lib/libc/malloc/Makefile
index ca8fb323439..e328451d5a2 100644
--- a/regress/lib/libc/malloc/Makefile
+++ b/regress/lib/libc/malloc/Makefile
@@ -1,14 +1,6 @@
-# $OpenBSD: Makefile,v 1.1 2001/12/05 09:52:01 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 2002/01/01 23:00:51 art Exp $
# $NetBSD: Makefile,v 1.2 1995/04/20 22:40:13 cgd Exp $
PROG= malloc0test
-NOMAN= noman, no way, man
-.PATH: ${.CURDIR}/../malloc
-
-install:
-
-regress: ${PROG}
- ./${PROG}
-
-.include <bsd.prog.mk>
+.include <bsd.regress.mk>