diff options
Diffstat (limited to 'regress/lib/libc/malloc/Makefile')
-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> |