summaryrefslogtreecommitdiffstats
path: root/tools/regression/file
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-12-31 23:25:37 +0000
committerngie <ngie@FreeBSD.org>2014-12-31 23:25:37 +0000
commitd4c625976a2fea5fc437c319a55efef1bcc29c2c (patch)
tree598489661071937f5a8c541a42e28c07b21b569b /tools/regression/file
parent649535f73cbb860495bc6d26c156d95935fcb6fd (diff)
downloadFreeBSD-src-d4c625976a2fea5fc437c319a55efef1bcc29c2c.zip
FreeBSD-src-d4c625976a2fea5fc437c319a55efef1bcc29c2c.tar.gz
MFC r264400,r265836:
r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed.
Diffstat (limited to 'tools/regression/file')
-rw-r--r--tools/regression/file/dup/Makefile2
-rw-r--r--tools/regression/file/flock/Makefile2
-rw-r--r--tools/regression/file/ftruncate/Makefile2
-rw-r--r--tools/regression/file/newfileops_on_fork/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/regression/file/dup/Makefile b/tools/regression/file/dup/Makefile
index 4de0815..225c2e2 100644
--- a/tools/regression/file/dup/Makefile
+++ b/tools/regression/file/dup/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= dup
-NO_MAN=
+MAN=
WARNS?= 6
.include <bsd.prog.mk>
diff --git a/tools/regression/file/flock/Makefile b/tools/regression/file/flock/Makefile
index 1c9e6cc..cd1a46d 100644
--- a/tools/regression/file/flock/Makefile
+++ b/tools/regression/file/flock/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= flock
-NO_MAN=
+MAN=
WARNS?= 6
DPADD= ${LIBPTHREAD}
LDADD= -lpthread
diff --git a/tools/regression/file/ftruncate/Makefile b/tools/regression/file/ftruncate/Makefile
index c3285ef..40b753e 100644
--- a/tools/regression/file/ftruncate/Makefile
+++ b/tools/regression/file/ftruncate/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= ftruncate
-NO_MAN=
+MAN=
WARNS?= 2
.include <bsd.prog.mk>
diff --git a/tools/regression/file/newfileops_on_fork/Makefile b/tools/regression/file/newfileops_on_fork/Makefile
index 6ea44429..be0c5fe 100644
--- a/tools/regression/file/newfileops_on_fork/Makefile
+++ b/tools/regression/file/newfileops_on_fork/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= newfileops_on_fork
-NO_MAN=
+MAN=
WARNS?= 6
LDFLAGS= -lpthread
OpenPOWER on IntegriCloud