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/hack/Makefile | |
parent | 78168af82c4ec7ba2d8e9b500d667ee732db8e04 (diff) |
No dm -> games with high score files etc. must explicitly be setgid games.
Diffstat (limited to 'games/hack/Makefile')
-rw-r--r-- | games/hack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hack/Makefile b/games/hack/Makefile index 384275e0a92..3d3a0ce619b 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2002/05/23 18:43:00 deraadt Exp $ +# $OpenBSD: Makefile,v 1.13 2002/05/31 03:46:35 pjanzen Exp $ PROG= hack CFLAGS+=-I. @@ -18,6 +18,7 @@ MAN= hack.6 DPADD+= ${LIBCURSES} LDADD+= -lcurses CLEANFILES+=hack.onames.h makedefs +BINMODE=2555 ${PROG}: hack.onames.h |