summaryrefslogtreecommitdiffstats
path: root/tools/test
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 08:47:35 +0000
committerru <ru@FreeBSD.org>2004-12-21 08:47:35 +0000
commitcec60429bbb77a84c44199253f4a9d1a628fcc2a (patch)
tree7f8ff4b9f5ceced931324bf379fadaf03c3f07ea /tools/test
parent8a8ad0dddfa253e5daf138f2193095556257d0ce (diff)
downloadFreeBSD-src-cec60429bbb77a84c44199253f4a9d1a628fcc2a.zip
FreeBSD-src-cec60429bbb77a84c44199253f4a9d1a628fcc2a.tar.gz
Start the dreaded NOFOO -> NO_FOO conversion.
OK'ed by: core
Diffstat (limited to 'tools/test')
-rw-r--r--tools/test/malloc/Makefile2
-rw-r--r--tools/test/ppsapi/Makefile2
2 files changed, 2 insertions, 2 deletions
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
diff --git a/tools/test/ppsapi/Makefile b/tools/test/ppsapi/Makefile
index bf46cc6..f0110ed 100644
--- a/tools/test/ppsapi/Makefile
+++ b/tools/test/ppsapi/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= ppsapitest
-NOMAN=
+NO_MAN=
WARNS?= 5
OpenPOWER on IntegriCloud