Install the game files mode 444, so atc(6) can load them.

Little interest shown by:	jkh
This commit is contained in:
Matthew Hunt 2000-02-25 10:23:19 +00:00
parent 1a488af60f
commit fcc2171d89
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57478

View file

@ -1,4 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= atc
CFLAGS+=-DBSD -I${.CURDIR} -I.
@ -11,7 +12,7 @@ GAMES= Game_List Killer crossover default easy game_2
HIDEGAME=hidegame
beforeinstall:
(cd ${.CURDIR}/games; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 440 \
(cd ${.CURDIR}/games; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${GAMES} ${DESTDIR}${SHAREDIR}/games/atc)
.include <bsd.prog.mk>