summaryrefslogtreecommitdiffstats
path: root/backgammon
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
commit18e879161f19db453ec9feb59b4bb6d89bdf09b5 (patch)
treed1a7dfd231d7a04fd95f1335109fb691237b08fc /backgammon
parent6b6247c70321dce562f59e846efc5243996ee946 (diff)
downloadbsdgames-darwin-18e879161f19db453ec9feb59b4bb6d89bdf09b5.tar.gz
bsdgames-darwin-18e879161f19db453ec9feb59b4bb6d89bdf09b5.tar.zst
bsdgames-darwin-18e879161f19db453ec9feb59b4bb6d89bdf09b5.zip
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 'backgammon')
-rw-r--r--backgammon/common_source/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/backgammon/common_source/Makefile b/backgammon/common_source/Makefile
index 7dc80447..ea9f7b03 100644
--- a/backgammon/common_source/Makefile
+++ b/backgammon/common_source/Makefile
@@ -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 \