summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2008-05-03 14:48:30 +0000
committerlukem <lukem@NetBSD.org>2008-05-03 14:48:30 +0000
commit66176dfdffb03a6e48fcd2fe73d3b5bb4f7845be (patch)
treeb6f944f2d860631cd97a6a6894829fce142765f2 /usr.sbin
parentb552ef70c28001d7cb5cacc6fd34be0288390550 (diff)
Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is
a variable that is used by in-tree Makefiles to control behaviour. (MKsomevar variables are generally intended to be controlled by the end-user)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/altq/libaltq/Makefile4
-rw-r--r--usr.sbin/bootp/common/Makefile4
-rw-r--r--usr.sbin/dhcp/common/Makefile4
-rw-r--r--usr.sbin/dhcp/dhcpctl/Makefile4
-rw-r--r--usr.sbin/dhcp/dst/Makefile4
-rw-r--r--usr.sbin/dhcp/minires/Makefile4
-rw-r--r--usr.sbin/dhcp/omapip/Makefile4
-rw-r--r--usr.sbin/ipf/libipf/Makefile4
-rw-r--r--usr.sbin/lpr/common_source/Makefile4
-rw-r--r--usr.sbin/mopd/common/Makefile4
-rw-r--r--usr.sbin/ntp/libisc/Makefile4
-rw-r--r--usr.sbin/ntp/libntp/Makefile4
-rw-r--r--usr.sbin/ntp/libopts/Makefile4
-rw-r--r--usr.sbin/ntp/libparse/Makefile4
-rw-r--r--usr.sbin/pkg_install/lib/Makefile4
-rw-r--r--usr.sbin/sup/lib/Makefile4
-rw-r--r--usr.sbin/ypserv/common/Makefile4
17 files changed, 34 insertions, 34 deletions
diff --git a/usr.sbin/altq/libaltq/Makefile b/usr.sbin/altq/libaltq/Makefile
index 3b41f19dfac..071addcc0b4 100644
--- a/usr.sbin/altq/libaltq/Makefile
+++ b/usr.sbin/altq/libaltq/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2006/10/12 19:59:13 peter Exp $
+# $NetBSD: Makefile,v 1.9 2008/05/03 14:48:31 lukem Exp $
-MKPRIVATELIB= yes
+LIBISPRIVATE= yes
.include <bsd.own.mk>
diff --git a/usr.sbin/bootp/common/Makefile b/usr.sbin/bootp/common/Makefile
index c903df6e23f..d725ecab92a 100644
--- a/usr.sbin/bootp/common/Makefile
+++ b/usr.sbin/bootp/common/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2004/05/23 02:24:52 lukem Exp $
+# $NetBSD: Makefile,v 1.7 2008/05/03 14:48:31 lukem Exp $
-MKPRIVATELIB= yes
+LIBISPRIVATE= yes
LIB= common
SRCS= dovend.c dumptab.c getif.c hash.c hwaddr.c lookup.c readfile.c \
diff --git a/usr.sbin/dhcp/common/Makefile b/usr.sbin/dhcp/common/Makefile
index 2efc76e80b9..3ae56f0a7e6 100644
--- a/usr.sbin/dhcp/common/Makefile
+++ b/usr.sbin/dhcp/common/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2004/05/23 02:24:52 lukem Exp $
+# $NetBSD: Makefile,v 1.23 2008/05/03 14:48:32 lukem Exp $
-MKPRIVATELIB= yes
+LIBISPRIVATE= yes
LIB = dhcp
SRCS = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \
diff --git a/usr.sbin/dhcp/dhcpctl/Makefile b/usr.sbin/dhcp/dhcpctl/Makefile
index fff942601a5..b7b4faf427d 100644
--- a/usr.sbin/dhcp/dhcpctl/Makefile
+++ b/usr.sbin/dhcp/dhcpctl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2004/05/23 02:24:52 lukem Exp $
+# $NetBSD: Makefile,v 1.6 2008/05/03 14:48:32 lukem Exp $
-MKPRIVATELIB= yes
+LIBISPRIVATE= yes
LIB = dhcpctl
SRCS = dhcpctl.c callback.c remote.c
diff --git a/usr.sbin/dhcp/dst/Makefile b/usr.sbin/dhcp/dst/Makefile
index efe19c19a01..3890eebe229 100644
--- a/usr.sbin/dhcp/dst/Makefile
+++ b/usr.sbin/dhcp/dst/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2004/05/23 02:24:52 lukem Exp $
+# $NetBSD: Makefile,v 1.8 2008/05/03 14:48:32 lukem Exp $
-MKPRIVATELIB= yes
+LIBISPRIVATE= yes
LIB = dst
SRCS = dst_support.c dst_api.c hmac_link.c md5_dgst.c base64.c prandom.c
diff --git a/usr.sbin/dhcp/minires/Makefile b/usr.sbin/dhcp/minires/Makefile
index d6eaf42f412..bfb627cf2c3 100644
--- a/usr.sbin/dhcp/minires/Makefile
+++ b/usr.sbin/dhcp/minires/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2004/05/23 02:24:52 lukem Exp $
+# $NetBSD: Makefile,v 1.9 2008/05/03 14:48:32 lukem Exp $
-MKPRIVATELIB= yes
+LIBISPRIVATE= yes
LIB = minires
SRCS = res_mkupdate.c res_init.c res_update.c res_send.c res_comp.c \
diff --git a/usr.sbin/dhcp/omapip/Makefile b/usr.sbin/dhcp/omapip/Makefile
index be16f3715a8..70ff8fb8733 100644
--- a/usr.sbin/dhcp/omapip/Makefile
+++ b/usr.sbin/dhcp/omapip/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2004/05/23 02:24:52 lukem Exp $
+# $NetBSD: Makefile,v 1.9 2008/05/03 14:48:32 lukem Exp $
-MKPRIVATELIB= yes
+LIBISPRIVATE= yes
LIB = omapi
SRCS = protocol.c buffer.c alloc.c result.c connection.c errwarn.c \
diff --git a/usr.sbin/ipf/libipf/Makefile b/usr.sbin/ipf/libipf/Makefile
index dcff5c7d6b9..e8ae5168760 100644
--- a/usr.sbin/ipf/libipf/Makefile
+++ b/usr.sbin/ipf/libipf/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2007/05/16 04:26:07 taca Exp $
+# $NetBSD: Makefile,v 1.9 2008/05/03 14:48:32 lukem Exp $
-MKPRIVATELIB= yes
+LIBISPRIVATE= yes
LIB= ipf
diff --git a/usr.sbin/lpr/common_source/Makefile b/usr.sbin/lpr/common_source/Makefile
index b59091bb0ac..6e1ac5311ef 100644
--- a/usr.sbin/lpr/common_source/Makefile
+++ b/usr.sbin/lpr/common_source/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2004/05/23 14:05:39 tron Exp $
+# $NetBSD: Makefile,v 1.11 2008/05/03 14:48:32 lukem Exp $
-MKPRIVATELIB= yes
+LIBISPRIVATE= yes
LIB= common
SRCS= common.c common_vars.c displayq.c fatal.c rmjob.c startdaemon.c
diff --git a/usr.sbin/mopd/common/Makefile b/usr.sbin/mopd/common/Makefile
index 572314024e3..80633b6242c 100644
--- a/usr.sbin/mopd/common/Makefile
+++ b/usr.sbin/mopd/common/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2006/05/12 01:54:57 mrg Exp $
+# $NetBSD: Makefile,v 1.11 2008/05/03 14:48:32 lukem Exp $
-MKPRIVATELIB= yes
+LIBISPRIVATE= yes
LIB= common
SRCS= cmp.c device.c dl.c file.c get.c log.c loop-bsd.c mopdef.c nma.c pf.c \
diff --git a/usr.sbin/ntp/libisc/Makefile b/usr.sbin/ntp/libisc/Makefile
index 311d2025ee0..ec941d8e28a 100644
--- a/usr.sbin/ntp/libisc/Makefile
+++ b/usr.sbin/ntp/libisc/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2006/06/11 19:34:22 kardel Exp $
+# $NetBSD: Makefile,v 1.5 2008/05/03 14:48:32 lukem Exp $
-MKPRIVATELIB= yes
+LIBISPRIVATE= yes
LIB= isc
SRCS= assertions.c error.c interfaceiter.c isc_strerror.c lib.c mem.c \
diff --git a/usr.sbin/ntp/libntp/Makefile b/usr.sbin/ntp/libntp/Makefile
index 5d158551f29..ea80ed90aff 100644
--- a/usr.sbin/ntp/libntp/Makefile
+++ b/usr.sbin/ntp/libntp/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2006/08/26 18:15:37 christos Exp $
+# $NetBSD: Makefile,v 1.10 2008/05/03 14:48:32 lukem Exp $
-MKPRIVATELIB= yes
+LIBISPRIVATE= yes
LIB= ntp
SRCS= a_md5encrypt.c adjtime.c atoint.c atolfp.c atouint.c \
diff --git a/usr.sbin/ntp/libopts/Makefile b/usr.sbin/ntp/libopts/Makefile
index 112b5c0763e..e2fc7535031 100644
--- a/usr.sbin/ntp/libopts/Makefile
+++ b/usr.sbin/ntp/libopts/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2007/01/06 19:45:29 kardel Exp $
+# $NetBSD: Makefile,v 1.2 2008/05/03 14:48:32 lukem Exp $
-MKPRIVATELIB= yes
+LIBISPRIVATE= yes
LIB= opts
SRCS= libopts.c
diff --git a/usr.sbin/ntp/libparse/Makefile b/usr.sbin/ntp/libparse/Makefile
index 3982ab33add..a318c4f8702 100644
--- a/usr.sbin/ntp/libparse/Makefile
+++ b/usr.sbin/ntp/libparse/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2006/06/11 19:34:28 kardel Exp $
+# $NetBSD: Makefile,v 1.7 2008/05/03 14:48:32 lukem Exp $
-MKPRIVATELIB= yes
+LIBISPRIVATE= yes
LIB= parse
SRCS= binio.c clk_computime.c clk_dcf7000.c clk_hopf6021.c \
diff --git a/usr.sbin/pkg_install/lib/Makefile b/usr.sbin/pkg_install/lib/Makefile
index 38563b8a11b..987ec7dbf31 100644
--- a/usr.sbin/pkg_install/lib/Makefile
+++ b/usr.sbin/pkg_install/lib/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2008/02/22 16:20:53 joerg Exp $
+# $NetBSD: Makefile,v 1.34 2008/05/03 14:48:32 lukem Exp $
# Original from FreeBSD, no rcs id.
-MKPRIVATELIB= yes
+LIBISPRIVATE= yes
LIB= install
SRCS= automatic.c conflicts.c decompress.c dewey.c \
diff --git a/usr.sbin/sup/lib/Makefile b/usr.sbin/sup/lib/Makefile
index e12dae5b368..52a1d4c1953 100644
--- a/usr.sbin/sup/lib/Makefile
+++ b/usr.sbin/sup/lib/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2006/08/26 18:15:39 christos Exp $
+# $NetBSD: Makefile,v 1.13 2008/05/03 14:48:32 lukem Exp $
-MKPRIVATELIB= yes
+LIBISPRIVATE= yes
LIB= sup
diff --git a/usr.sbin/ypserv/common/Makefile b/usr.sbin/ypserv/common/Makefile
index 073044a882d..f1c116b0ee6 100644
--- a/usr.sbin/ypserv/common/Makefile
+++ b/usr.sbin/ypserv/common/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2004/05/23 02:24:52 lukem Exp $
+# $NetBSD: Makefile,v 1.11 2008/05/03 14:48:32 lukem Exp $
-MKPRIVATELIB= yes
+LIBISPRIVATE= yes
LIB= common
SRCS= localhostname.c ypdb.c yplib_host.c ypresp_xdr.c