summaryrefslogtreecommitdiffstats
path: root/games/battlestar/Makefile
diff options
context:
space:
mode:
authorpjanzen <pjanzen@openbsd.org>2002-05-31 03:46:32 +0000
committerpjanzen <pjanzen@openbsd.org>2002-05-31 03:46:32 +0000
commit8d0538b523436c2757d4d7b2a9518f54315bf938 (patch)
tree2f42329b0f3995edc52635a0d65945b9ccf24c03 /games/battlestar/Makefile
parentNo dm -> no need to revoke setegid. (diff)
downloadwireguard-openbsd-8d0538b523436c2757d4d7b2a9518f54315bf938.tar.xz
wireguard-openbsd-8d0538b523436c2757d4d7b2a9518f54315bf938.zip
No dm -> games with high score files etc. must explicitly be setgid games.
Diffstat (limited to 'games/battlestar/Makefile')
-rw-r--r--games/battlestar/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/battlestar/Makefile b/games/battlestar/Makefile
index 2a520890f6f..25a926df29e 100644
--- a/games/battlestar/Makefile
+++ b/games/battlestar/Makefile
@@ -1,4 +1,4 @@
-# $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= battlestar
SRCS= battlestar.c com1.c com2.c com3.c com4.c com5.c com6.c com7.c \
@@ -8,6 +8,7 @@ MAN= battlestar.6
DPADD= ${LIBCURSES}
LDADD= -lcurses
BINGRP= games
+BINMODE=2555
beforeinstall:
@if [ ! -f ${DESTDIR}/var/games/battlestar.log ]; then \