diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-01 23:00:53 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2002-01-01 23:00:53 +0000 |
commit | e691d6b414b2f3602d208d1dbe07116477896faa (patch) | |
tree | 7ea9b3434434e73315241e8224a3ad7108bcd73a /regress/lib/libc/malloc | |
parent | c9d518452bfddc63f00a995132317442cb5ead9f (diff) |
trivial conversions to bsd.regress.mk
Diffstat (limited to 'regress/lib/libc/malloc')
-rw-r--r-- | regress/lib/libc/malloc/Makefile | 12 |
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> |