summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-04-13 05:21:56 +0000
committerimp <imp@FreeBSD.org>2014-04-13 05:21:56 +0000
commitc39e6fc2c924f2c36a49949d87e26da056aaa71b (patch)
treee8b079688238ae81d3122ea197d8ddb379b45059 /libexec
parent6d25f9c86ff95d16355d3f9de944b5d0699e1f7b (diff)
downloadFreeBSD-src-c39e6fc2c924f2c36a49949d87e26da056aaa71b.zip
FreeBSD-src-c39e6fc2c924f2c36a49949d87e26da056aaa71b.tar.gz
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.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/bootpd/bootpgw/Makefile2
-rw-r--r--libexec/casper/dns/Makefile2
-rw-r--r--libexec/casper/grp/Makefile2
-rw-r--r--libexec/casper/pwd/Makefile2
-rw-r--r--libexec/casper/random/Makefile2
-rw-r--r--libexec/casper/sysctl/Makefile2
-rw-r--r--libexec/dma-mbox-create/Makefile2
-rw-r--r--libexec/ulog-helper/Makefile2
8 files changed, 8 insertions, 8 deletions
diff --git a/libexec/bootpd/bootpgw/Makefile b/libexec/bootpd/bootpgw/Makefile
index 93a982c..b7adadf 100644
--- a/libexec/bootpd/bootpgw/Makefile
+++ b/libexec/bootpd/bootpgw/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PROG= bootpgw
-NO_MAN=
+MAN=
SRCS= bootpgw.c getif.c hwaddr.c report.c rtmsg.c
SRCDIR= ${.CURDIR}/..
diff --git a/libexec/casper/dns/Makefile b/libexec/casper/dns/Makefile
index 82bd4c0..245493e 100644
--- a/libexec/casper/dns/Makefile
+++ b/libexec/casper/dns/Makefile
@@ -17,6 +17,6 @@ CFLAGS+=-I${.CURDIR}/../../../lib/libcasper
CFLAGS+=-I${.CURDIR}/../../../lib/libpjdlog
CFLAGS+=-I${.CURDIR}/../../../sbin/casper
-NO_MAN=
+MAN=
.include <bsd.prog.mk>
diff --git a/libexec/casper/grp/Makefile b/libexec/casper/grp/Makefile
index 6f166b8..502cd26 100644
--- a/libexec/casper/grp/Makefile
+++ b/libexec/casper/grp/Makefile
@@ -17,6 +17,6 @@ CFLAGS+=-I${.CURDIR}/../../../lib/libcasper
CFLAGS+=-I${.CURDIR}/../../../lib/libpjdlog
CFLAGS+=-I${.CURDIR}/../../../sbin/casper
-NO_MAN=
+MAN=
.include <bsd.prog.mk>
diff --git a/libexec/casper/pwd/Makefile b/libexec/casper/pwd/Makefile
index b2dcfec..ebf6cac 100644
--- a/libexec/casper/pwd/Makefile
+++ b/libexec/casper/pwd/Makefile
@@ -17,6 +17,6 @@ CFLAGS+=-I${.CURDIR}/../../../lib/libcasper
CFLAGS+=-I${.CURDIR}/../../../lib/libpjdlog
CFLAGS+=-I${.CURDIR}/../../../sbin/casper
-NO_MAN=
+MAN=
.include <bsd.prog.mk>
diff --git a/libexec/casper/random/Makefile b/libexec/casper/random/Makefile
index 87efe21..46c9739 100644
--- a/libexec/casper/random/Makefile
+++ b/libexec/casper/random/Makefile
@@ -17,6 +17,6 @@ CFLAGS+=-I${.CURDIR}/../../../lib/libcasper
CFLAGS+=-I${.CURDIR}/../../../lib/libpjdlog
CFLAGS+=-I${.CURDIR}/../../../sbin/casper
-NO_MAN=
+MAN=
.include <bsd.prog.mk>
diff --git a/libexec/casper/sysctl/Makefile b/libexec/casper/sysctl/Makefile
index dc15099..432008e 100644
--- a/libexec/casper/sysctl/Makefile
+++ b/libexec/casper/sysctl/Makefile
@@ -17,6 +17,6 @@ CFLAGS+=-I${.CURDIR}/../../../lib/libcasper
CFLAGS+=-I${.CURDIR}/../../../lib/libpjdlog
CFLAGS+=-I${.CURDIR}/../../../sbin/casper
-NO_MAN=
+MAN=
.include <bsd.prog.mk>
diff --git a/libexec/dma-mbox-create/Makefile b/libexec/dma-mbox-create/Makefile
index 956e4ed..f0a2341 100644
--- a/libexec/dma-mbox-create/Makefile
+++ b/libexec/dma-mbox-create/Makefile
@@ -7,7 +7,7 @@ CFLAGS= -I${.CURDIR}/../../contrib/dma \
-DCONF_PATH='"/etc/dma"' \
-DLIBEXEC_PATH='"/usr/libexec"' -DDMA_VERSION='"v0.9+"'
-NO_MAN=
+MAN=
WARNS= 2
diff --git a/libexec/ulog-helper/Makefile b/libexec/ulog-helper/Makefile
index c1697c8..764f0de 100644
--- a/libexec/ulog-helper/Makefile
+++ b/libexec/ulog-helper/Makefile
@@ -3,7 +3,7 @@
PROG= ulog-helper
BINOWN= root
BINMODE=4555
-NO_MAN=
+MAN=
DPADD= ${LIBULOG}
LDADD= -lulog
OpenPOWER on IntegriCloud