summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient
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/dhclient
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/dhclient')
-rw-r--r--sbin/dhclient/dhcpctl/Makefile2
-rw-r--r--sbin/dhclient/omapip/Makefile2
2 files changed, 2 insertions, 2 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>
OpenPOWER on IntegriCloud