summaryrefslogtreecommitdiffstats
path: root/cribbage/Makefile
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>1997-11-20 00:12:30 +0000
committermrg <mrg@NetBSD.org>1997-11-20 00:12:30 +0000
commit8893b883616b2b171a87b60e7d95bcb16292c127 (patch)
tree963d6083d4b9a03a495ca80c5ad0ccb5352a808c /cribbage/Makefile
parentb928254366573a02520c543335f03bd8c5038511 (diff)
downloadbsdgames-darwin-8893b883616b2b171a87b60e7d95bcb16292c127.tar.gz
bsdgames-darwin-8893b883616b2b171a87b60e7d95bcb16292c127.tar.zst
bsdgames-darwin-8893b883616b2b171a87b60e7d95bcb16292c127.zip
install games that need it setgid.
Diffstat (limited to 'cribbage/Makefile')
-rw-r--r--cribbage/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/cribbage/Makefile b/cribbage/Makefile
index 77518c01..40abb34b 100644
--- a/cribbage/Makefile
+++ b/cribbage/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1997/03/24 22:15:41 christos Exp $
+# $NetBSD: Makefile,v 1.8 1997/11/20 00:12:34 mrg Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= cribbage
@@ -7,6 +7,7 @@ LDADD= -lcurses -ltermlib
SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c
MAN= cribbage.6
HIDEGAME=hidegame
+SETGIDGAME=yes
FILES= cribbage.n
FILESNAME=cribbage.instr
FILESDIR=/usr/share/games