From ebb0af75bc651a9d4301d2b9e40dde3d7c11fb2e Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 24 Nov 2015 03:10:09 +0000 Subject: 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 --- games/phantasia/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games/phantasia') diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile index 79bd63ef282..60eceef72f1 100644 --- a/games/phantasia/Makefile +++ b/games/phantasia/Makefile @@ -1,11 +1,10 @@ -# $OpenBSD: Makefile,v 1.17 2011/06/23 22:46:12 schwarze Exp $ +# $OpenBSD: Makefile,v 1.18 2015/11/24 03:10:10 deraadt Exp $ PROG= phantasia SRCS= main.c fight.c io.c interplayer.c gamesupport.c misc.c phantglobs.c CFLAGS+=-DTERMIOS DPADD= ${LIBM} ${LIBCURSES} LDADD= -lm -lcurses -BINMODE=2555 MAN= phantasia.6 CLEANFILES+=map setup setup.o phantglobs.o.bld phantasia.6 -- cgit v1.2.3-59-g8ed1b