diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2002-05-31 03:46:36 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2002-05-31 03:46:36 +0000 |
commit | 23a101fa5515cc9f1672658c6bc5cbcf8dee1a0d (patch) | |
tree | 838d991fb88c6a47428ab23171504a1c5abd96c2 /games/atc/Makefile | |
parent | 78168af82c4ec7ba2d8e9b500d667ee732db8e04 (diff) |
No dm -> games with high score files etc. must explicitly be setgid games.
Diffstat (limited to 'games/atc/Makefile')
-rw-r--r-- | games/atc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile index e349d40567a..16b1bd00b89 100644 --- a/games/atc/Makefile +++ b/games/atc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2002/05/23 18:43:00 deraadt Exp $ +# $OpenBSD: Makefile,v 1.12 2002/05/31 03:46:32 pjanzen Exp $ PROG= atc CFLAGS+=-I${.CURDIR} -I. @@ -11,6 +11,7 @@ GAMES= Game_List Killer crossover default easy game_2 \ Atlantis OHare Tic-Tac-Toe airports box crosshatch game_3 \ game_4 novice two-corners CLEANFILES=grammar.c y.tab.h lex.c +BINMODE=2555 beforeinstall: @if [ ! -d ${DESTDIR}/usr/share/games/atc ]; then \ |