diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-11-24 03:10:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-11-24 03:10:11 +0000 |
commit | 38c3b9b6692021b2d5cdbc12a4c6792c3e8192a2 (patch) | |
tree | 1aeb9ce5e3bcb88c85c16fef4a0dc9d5cc233fa9 /games/phantasia | |
parent | cd1796ef95440c3b155f3bb473c00a2d03170090 (diff) |
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/phantasia')
-rw-r--r-- | games/phantasia/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |