diff options
Diffstat (limited to 'tools/test')
-rw-r--r-- | tools/test/malloc/Makefile | 2 | ||||
-rw-r--r-- | tools/test/ppsapi/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/malloc/Makefile b/tools/test/malloc/Makefile index 6637ab1..7487815 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= sorry +NOMAN= test: malloc @echo diff --git a/tools/test/ppsapi/Makefile b/tools/test/ppsapi/Makefile index e9670fe..99d29f5 100644 --- a/tools/test/ppsapi/Makefile +++ b/tools/test/ppsapi/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= ppsapitest -NOMAN= yeah +NOMAN= WARNS?= 5 |