summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gettext/libnlspr
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 /gnu/usr.bin/gettext/libnlspr
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 'gnu/usr.bin/gettext/libnlspr')
-rw-r--r--gnu/usr.bin/gettext/libnlspr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gettext/libnlspr/Makefile b/gnu/usr.bin/gettext/libnlspr/Makefile
index 244f9974b52..bb8896420aa 100644
--- a/gnu/usr.bin/gettext/libnlspr/Makefile
+++ b/gnu/usr.bin/gettext/libnlspr/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2006/11/10 17:36:08 christos Exp $
+# $NetBSD: Makefile,v 1.8 2008/05/03 14:48:30 lukem Exp $
-MKPRIVATELIB= yes
+LIBISPRIVATE= yes
.include <bsd.own.mk>