summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-12-21 08:47:35 +0000
committerru <ru@FreeBSD.org>2004-12-21 08:47:35 +0000
commitcec60429bbb77a84c44199253f4a9d1a628fcc2a (patch)
tree7f8ff4b9f5ceced931324bf379fadaf03c3f07ea /sbin
parent8a8ad0dddfa253e5daf138f2193095556257d0ce (diff)
downloadFreeBSD-src-cec60429bbb77a84c44199253f4a9d1a628fcc2a.zip
FreeBSD-src-cec60429bbb77a84c44199253f4a9d1a628fcc2a.tar.gz
Start the dreaded NOFOO -> NO_FOO conversion.
OK'ed by: core
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dhclient/dhcpctl/Makefile2
-rw-r--r--sbin/dhclient/omapip/Makefile2
-rw-r--r--sbin/gvinum/Makefile2
-rw-r--r--sbin/mca/Makefile2
-rw-r--r--sbin/recoverdisk/Makefile2
-rw-r--r--sbin/rtsol/Makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/sbin/dhclient/dhcpctl/Makefile b/sbin/dhclient/dhcpctl/Makefile
index 15041a1..ec0f27e 100644
--- a/sbin/dhclient/dhcpctl/Makefile
+++ b/sbin/dhclient/dhcpctl/Makefile
@@ -10,6 +10,6 @@ INTERNALLIB=
SRCS= dhcpctl.c callback.c remote.c
MAN= dhcpctl.3
-NOMAN=
+NO_MAN=
.include <bsd.lib.mk>
diff --git a/sbin/dhclient/omapip/Makefile b/sbin/dhclient/omapip/Makefile
index f597e21..acda115 100644
--- a/sbin/dhclient/omapip/Makefile
+++ b/sbin/dhclient/omapip/Makefile
@@ -13,6 +13,6 @@ SRCS= alloc.c array.c auth.c buffer.c connection.c convert.c dispatch.c \
message.c mrtrace.c protocol.c result.c support.c toisc.c trace.c
MAN= omapi.3
-NOMAN=
+NO_MAN=
.include <bsd.lib.mk>
diff --git a/sbin/gvinum/Makefile b/sbin/gvinum/Makefile
index d013826..2e9b7c5 100644
--- a/sbin/gvinum/Makefile
+++ b/sbin/gvinum/Makefile
@@ -2,7 +2,7 @@
PROG= gvinum
SRCS= gvinum.c gvinum.h geom_vinum_share.c
-NOMAN= # not yet
+NO_MAN= # not yet
CFLAGS+= -I${.CURDIR}/../../sys
diff --git a/sbin/mca/Makefile b/sbin/mca/Makefile
index e7729b1..25199d3 100644
--- a/sbin/mca/Makefile
+++ b/sbin/mca/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
PROG= mca
WARNS?= 4
-NOMAN=
+NO_MAN=
.include <bsd.prog.mk>
diff --git a/sbin/recoverdisk/Makefile b/sbin/recoverdisk/Makefile
index a3a578d..e86fbb2 100644
--- a/sbin/recoverdisk/Makefile
+++ b/sbin/recoverdisk/Makefile
@@ -2,7 +2,7 @@
PROG= recoverdisk
-NOMAN=
+NO_MAN=
WARNS?= 5
diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile
index 66d39e5..d3d40e8 100644
--- a/sbin/rtsol/Makefile
+++ b/sbin/rtsol/Makefile
@@ -21,7 +21,7 @@ SRCS= rtsold.c rtsol.c if.c probe.c rtsock.c
CFLAGS+=-DINET6 -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DSMALL
WARNS?= 0
-NOMAN=
+NO_MAN=
.PATH: ${SRCDIR}
OpenPOWER on IntegriCloud