From cec60429bbb77a84c44199253f4a9d1a628fcc2a Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 21 Dec 2004 08:47:35 +0000 Subject: Start the dreaded NOFOO -> NO_FOO conversion. OK'ed by: core --- tools/test/malloc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/test/malloc') diff --git a/tools/test/malloc/Makefile b/tools/test/malloc/Makefile index 7487815..7d60670 100644 --- a/tools/test/malloc/Makefile +++ b/tools/test/malloc/Makefile @@ -3,7 +3,7 @@ PROG= malloc SRCS= main.c .PATH: ${.CURDIR}/../../../lib/libc/stdlib -NOMAN= +NO_MAN= test: malloc @echo -- cgit v1.1