summaryrefslogtreecommitdiff
path: root/games/cribbage
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>2002-05-31 03:46:36 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>2002-05-31 03:46:36 +0000
commit23a101fa5515cc9f1672658c6bc5cbcf8dee1a0d (patch)
tree838d991fb88c6a47428ab23171504a1c5abd96c2 /games/cribbage
parent78168af82c4ec7ba2d8e9b500d667ee732db8e04 (diff)
No dm -> games with high score files etc. must explicitly be setgid games.
Diffstat (limited to 'games/cribbage')
-rw-r--r--games/cribbage/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/cribbage/Makefile b/games/cribbage/Makefile
index 2b934fa43fe..ad5dd2872fc 100644
--- a/games/cribbage/Makefile
+++ b/games/cribbage/Makefile
@@ -1,10 +1,11 @@
-# $OpenBSD: Makefile,v 1.7 2002/05/23 18:43:00 deraadt Exp $
+# $OpenBSD: Makefile,v 1.8 2002/05/31 03:46:35 pjanzen Exp $
PROG= cribbage
DPADD= ${LIBCURSES}
LDADD= -lcurses
SRCS= extern.c crib.c cards.c instr.c io.c score.c support.c
MAN= cribbage.6
+BINMODE=2555
beforeinstall:
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \