summaryrefslogtreecommitdiffstats
path: root/cribbage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cribbage/Makefile')
-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