summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-10-24 15:33:08 +0000
committerru <ru@FreeBSD.org>2004-10-24 15:33:08 +0000
commit5db2b9d5b3371f0f9ee8b69caba9e7c1e641877f (patch)
tree2a28a087684353f3fc60fa304d31bd2590e83ab7 /sbin
parentde65dd674240a6b2dc4e8d5f93291feb7cad100f (diff)
downloadFreeBSD-src-5db2b9d5b3371f0f9ee8b69caba9e7c1e641877f.zip
FreeBSD-src-5db2b9d5b3371f0f9ee8b69caba9e7c1e641877f.tar.gz
For variables that are only checked with defined(), don't provide
any fake value.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dhclient/common/Makefile2
-rw-r--r--sbin/dhclient/dhcpctl/Makefile4
-rw-r--r--sbin/dhclient/dst/Makefile2
-rw-r--r--sbin/dhclient/minires/Makefile2
-rw-r--r--sbin/dhclient/omapip/Makefile4
-rw-r--r--sbin/growfs/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
10 files changed, 12 insertions, 12 deletions
diff --git a/sbin/dhclient/common/Makefile b/sbin/dhclient/common/Makefile
index 5d4bb92..8ce6d11 100644
--- a/sbin/dhclient/common/Makefile
+++ b/sbin/dhclient/common/Makefile
@@ -6,7 +6,7 @@ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
.PATH: ${DIST_DIR}/common
LIB= dhcp
-INTERNALLIB= true
+INTERNALLIB=
SRCS= alloc.c bpf.c comapi.c conflex.c ctrace.c discover.c dispatch.c \
dlpi.c dns.c ethernet.c execute.c fddi.c icmp.c inet.c lpf.c \
diff --git a/sbin/dhclient/dhcpctl/Makefile b/sbin/dhclient/dhcpctl/Makefile
index 1f3ecbd..15041a1 100644
--- a/sbin/dhclient/dhcpctl/Makefile
+++ b/sbin/dhclient/dhcpctl/Makefile
@@ -5,11 +5,11 @@ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
.PATH: ${DIST_DIR}/dhcpctl
LIB= dhcpctl
-INTERNALLIB= true
+INTERNALLIB=
SRCS= dhcpctl.c callback.c remote.c
MAN= dhcpctl.3
-NOMAN= true
+NOMAN=
.include <bsd.lib.mk>
diff --git a/sbin/dhclient/dst/Makefile b/sbin/dhclient/dst/Makefile
index b501a2e..b200f0d 100644
--- a/sbin/dhclient/dst/Makefile
+++ b/sbin/dhclient/dst/Makefile
@@ -6,7 +6,7 @@ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
.PATH: ${DIST_DIR}/dst
LIB= dst
-INTERNALLIB= true
+INTERNALLIB=
SRCS= base64.c dst_api.c dst_support.c hmac_link.c md5_dgst.c prandom.c
diff --git a/sbin/dhclient/minires/Makefile b/sbin/dhclient/minires/Makefile
index e0013b4..df5d18e 100644
--- a/sbin/dhclient/minires/Makefile
+++ b/sbin/dhclient/minires/Makefile
@@ -6,7 +6,7 @@ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
.PATH: ${DIST_DIR}/minires
LIB= res
-INTERNALLIB= true
+INTERNALLIB=
SRCS= ns_date.c ns_name.c ns_parse%FIXED.c ns_samedomain.c ns_sign.c ns_verify.c \
res_comp.c res_findzonecut.c res_init.c res_mkquery.c res_mkupdate.c \
diff --git a/sbin/dhclient/omapip/Makefile b/sbin/dhclient/omapip/Makefile
index f2b5fbd..f597e21 100644
--- a/sbin/dhclient/omapip/Makefile
+++ b/sbin/dhclient/omapip/Makefile
@@ -6,13 +6,13 @@ DIST_DIR= ${.CURDIR}/../../../contrib/isc-dhcp
.PATH: ${DIST_DIR}/omapip
LIB= omapi
-INTERNALLIB= true
+INTERNALLIB=
SRCS= alloc.c array.c auth.c buffer.c connection.c convert.c dispatch.c \
errwarn.c generic.c handle.c hash.c inet_addr.c listener.c \
message.c mrtrace.c protocol.c result.c support.c toisc.c trace.c
MAN= omapi.3
-NOMAN= true
+NOMAN=
.include <bsd.lib.mk>
diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile
index 21b5596..4bbac9c 100644
--- a/sbin/growfs/Makefile
+++ b/sbin/growfs/Makefile
@@ -4,7 +4,7 @@
# $FreeBSD$
#
-#GFSDBG=YES
+#GFSDBG=
PROG= growfs
SRCS= growfs.c
diff --git a/sbin/gvinum/Makefile b/sbin/gvinum/Makefile
index f56580d..d013826 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= notyet
+NOMAN= # not yet
CFLAGS+= -I${.CURDIR}/../../sys
diff --git a/sbin/mca/Makefile b/sbin/mca/Makefile
index 0aeed64..e7729b1 100644
--- a/sbin/mca/Makefile
+++ b/sbin/mca/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
PROG= mca
WARNS?= 4
-NOMAN= yes
+NOMAN=
.include <bsd.prog.mk>
diff --git a/sbin/recoverdisk/Makefile b/sbin/recoverdisk/Makefile
index f667aec..a3a578d 100644
--- a/sbin/recoverdisk/Makefile
+++ b/sbin/recoverdisk/Makefile
@@ -2,7 +2,7 @@
PROG= recoverdisk
-NOMAN=1
+NOMAN=
WARNS?= 5
diff --git a/sbin/rtsol/Makefile b/sbin/rtsol/Makefile
index 0bdbdaa..66d39e5 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= yes
+NOMAN=
.PATH: ${SRCDIR}
OpenPOWER on IntegriCloud