summaryrefslogtreecommitdiff
path: root/games/robots/Makefile
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-02-05 18:26:10 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-02-05 18:26:10 +0000
commita742b2528eb3ac4b20faa9ae48e5c06a3c9b0ec6 (patch)
tree1184ce211bcb722265a06b63060bb224243ddc3a /games/robots/Makefile
parentcc82ddb07179582a28c35d1c8195f45d3a3e69dd (diff)
fix highscore without breaking security
Diffstat (limited to 'games/robots/Makefile')
-rw-r--r--games/robots/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/robots/Makefile b/games/robots/Makefile
index a2bf82c7d3b..f6baaba9b21 100644
--- a/games/robots/Makefile
+++ b/games/robots/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 1996/12/08 15:36:19 downsj Exp $
+# $OpenBSD: Makefile,v 1.4 1997/02/05 18:26:07 kstailey Exp $
# $NetBSD: Makefile,v 1.5 1995/04/22 10:08:46 cgd Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
@@ -12,7 +12,7 @@ LDADD= -lcurses -ltermlib
HIDEGAME=hidegame
beforeinstall:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/games/robots_roll
.include <bsd.prog.mk>