summaryrefslogtreecommitdiffstats
path: root/tools/test/iconv
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/iconv')
-rw-r--r--tools/test/iconv/gnu/Makefile2
-rw-r--r--tools/test/iconv/posix/Makefile2
-rw-r--r--tools/test/iconv/refgen/Makefile2
-rw-r--r--tools/test/iconv/tablegen/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/test/iconv/gnu/Makefile b/tools/test/iconv/gnu/Makefile
index f5fea7b..d52876e 100644
--- a/tools/test/iconv/gnu/Makefile
+++ b/tools/test/iconv/gnu/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= gnu
-NO_MAN= yes
+MAN=
WARNS?= 3
CFLAGS+= -L/usr/local/lib -I/usr/local/include
diff --git a/tools/test/iconv/posix/Makefile b/tools/test/iconv/posix/Makefile
index 0244779..8911424 100644
--- a/tools/test/iconv/posix/Makefile
+++ b/tools/test/iconv/posix/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= posix
-NO_MAN= yes
+MAN=
WARNS?= 6
diff --git a/tools/test/iconv/refgen/Makefile b/tools/test/iconv/refgen/Makefile
index 59fb548..6ac2151 100644
--- a/tools/test/iconv/refgen/Makefile
+++ b/tools/test/iconv/refgen/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../tablegen
PROG= refgen
-NO_MAN= yes
+MAN=
SRCS= tablegen.c
WARNS?= 3
diff --git a/tools/test/iconv/tablegen/Makefile b/tools/test/iconv/tablegen/Makefile
index 9605640..cdac44f 100644
--- a/tools/test/iconv/tablegen/Makefile
+++ b/tools/test/iconv/tablegen/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= tablegen
-NO_MAN= yes
+MAN=
WARNS?= 3
OpenPOWER on IntegriCloud