From 3bdf775801b218aa5a89564839405b122f4b233e Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 13 Apr 2014 05:21:56 +0000 Subject: 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. --- libexec/bootpd/bootpgw/Makefile | 2 +- libexec/casper/dns/Makefile | 2 +- libexec/casper/grp/Makefile | 2 +- libexec/casper/pwd/Makefile | 2 +- libexec/casper/random/Makefile | 2 +- libexec/casper/sysctl/Makefile | 2 +- libexec/dma-mbox-create/Makefile | 2 +- libexec/ulog-helper/Makefile | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'libexec') diff --git a/libexec/bootpd/bootpgw/Makefile b/libexec/bootpd/bootpgw/Makefile index 93a982c2d384..b7adadf3d514 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 82bd4c045bc8..245493e9c6f0 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 diff --git a/libexec/casper/grp/Makefile b/libexec/casper/grp/Makefile index 6f166b8ae6cc..502cd261f595 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 diff --git a/libexec/casper/pwd/Makefile b/libexec/casper/pwd/Makefile index b2dcfec341eb..ebf6cac9e121 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 diff --git a/libexec/casper/random/Makefile b/libexec/casper/random/Makefile index 87efe212c363..46c97393335b 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 diff --git a/libexec/casper/sysctl/Makefile b/libexec/casper/sysctl/Makefile index dc15099bc1fa..432008e01e75 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 diff --git a/libexec/dma-mbox-create/Makefile b/libexec/dma-mbox-create/Makefile index 956e4edfa746..f0a2341a916a 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 c1697c8fd12c..764f0dece164 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 -- cgit v1.3