summaryrefslogtreecommitdiffstats
path: root/cribbage
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1999-02-13 02:54:17 +0000
committerlukem <lukem@NetBSD.org>1999-02-13 02:54:17 +0000
commit6157dd6047f787e172995bd2ed682457fa2980a9 (patch)
tree91a502a5df33b3dc7abc0b15c51d56f4c93156e5 /cribbage
parenta384163097a9b6779a457bec045abb02e2c4c501 (diff)
downloadbsdgames-darwin-6157dd6047f787e172995bd2ed682457fa2980a9.tar.gz
bsdgames-darwin-6157dd6047f787e172995bd2ed682457fa2980a9.tar.zst
bsdgames-darwin-6157dd6047f787e172995bd2ed682457fa2980a9.zip
convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
Diffstat (limited to 'cribbage')
-rw-r--r--cribbage/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/cribbage/Makefile b/cribbage/Makefile
index aeaa7d43..537e0ea4 100644
--- a/cribbage/Makefile
+++ b/cribbage/Makefile
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.11 1998/09/29 07:33:21 lukem Exp $
+# $NetBSD: Makefile,v 1.12 1999/02/13 02:54:21 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
+.include <bsd.own.mk>
+
PROG= cribbage
DPADD= ${LIBCURSES}
LDADD= -lcurses
@@ -8,7 +10,7 @@ SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c
MAN= cribbage.6
HIDEGAME=hidegame
SETGIDGAME=yes
-.if !defined(NOSHARE)
+.if ${MKSHARE} != "no"
FILES= cribbage.n
FILESNAME=cribbage.instr
FILESDIR=/usr/share/games