summaryrefslogtreecommitdiff
path: root/tools/test
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-12-21 08:47:35 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-12-21 08:47:35 +0000
commite653b48c80fb85b2a10372d664a4b55dbdc51dae (patch)
tree7f8ff4b9f5ceced931324bf379fadaf03c3f07ea /tools/test
parentd626a8a238996d787428b43e5398f512cfd0aa94 (diff)
Notes
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 74878154ac0e..7d6067087b6b 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 bf46cc66f610..f0110edf1292 100644
--- a/tools/test/ppsapi/Makefile
+++ b/tools/test/ppsapi/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= ppsapitest
-NOMAN=
+NO_MAN=
WARNS?= 5