summaryrefslogtreecommitdiffstats
path: root/games/battlestar/Makefile
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-11-24 03:10:09 +0000
committerderaadt <deraadt@openbsd.org>2015-11-24 03:10:09 +0000
commitebb0af75bc651a9d4301d2b9e40dde3d7c11fb2e (patch)
tree5d44aa788b4b852ce2b40877357782c1d368464b /games/battlestar/Makefile
parentchange score file name to .cfscores so it's not taking up valuable space (diff)
downloadwireguard-openbsd-ebb0af75bc651a9d4301d2b9e40dde3d7c11fb2e.tar.xz
wireguard-openbsd-ebb0af75bc651a9d4301d2b9e40dde3d7c11fb2e.zip
In 1995, all of the games were setuid games. At end of 1996, I took them all
to setgid games, and we started wittling them down. Nearly 10 years later I am removing all setgid from the games. If any of these have score files they are now broken, and I hope various folk repair them. I have argued for years (and received pushback...) that the score file features must be removed, or rewritten to use private files, because setgid is the wrong tool. ok tedu
Diffstat (limited to 'games/battlestar/Makefile')
-rw-r--r--games/battlestar/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/games/battlestar/Makefile b/games/battlestar/Makefile
index 25a926df29e..7fb643c1db2 100644
--- a/games/battlestar/Makefile
+++ b/games/battlestar/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2002/05/31 03:46:35 pjanzen Exp $
+# $OpenBSD: Makefile,v 1.9 2015/11/24 03:10:10 deraadt Exp $
PROG= battlestar
SRCS= battlestar.c com1.c com2.c com3.c com4.c com5.c com6.c com7.c \
@@ -7,8 +7,6 @@ SRCS= battlestar.c com1.c com2.c com3.c com4.c com5.c com6.c com7.c \
MAN= battlestar.6
DPADD= ${LIBCURSES}
LDADD= -lcurses
-BINGRP= games
-BINMODE=2555
beforeinstall:
@if [ ! -f ${DESTDIR}/var/games/battlestar.log ]; then \