]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is
authorlukem <lukem@NetBSD.org>
Sat, 3 May 2008 14:48:30 +0000 (14:48 +0000)
committerlukem <lukem@NetBSD.org>
Sat, 3 May 2008 14:48:30 +0000 (14:48 +0000)
a variable that is used by in-tree Makefiles to control behaviour.
(MKsomevar variables are generally intended to be controlled by the end-user)

backgammon/common_source/Makefile

index 7dc8044754efd4e08bc185831c8b7b5f9049d20b..ea9f7b0306c5365d65c9a66d8475ce6fd6311431 100644 (file)
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.8 2006/02/25 12:04:23 simonb Exp $
+#      $NetBSD: Makefile,v 1.9 2008/05/03 14:48:30 lukem Exp $
 
-MKPRIVATELIB=  yes
+LIBISPRIVATE=  yes
 
 LIB=           common
 SRCS=          allow.c board.c check.c fancy.c init.c odds.c \