1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Beforeinstall scorefile to prevent it owned by first who run the game

This commit is contained in:
Andrey A. Chernov 1997-09-24 03:43:30 +00:00
parent 98b6c02f5c
commit 92cceb63b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29762

View File

@ -10,4 +10,8 @@ LDADD= -lcurses -ltermcap -lcompat
HIDEGAME=hidegame
#CFLAGS+= -Wall -W
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/games/battlestar.log
.include <bsd.prog.mk>