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)
This commit is contained in:
lukem 2008-05-03 14:48:30 +00:00
parent 56ff8c2329
commit 78effd319d

View File

@ -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 \