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

This commit is contained in:
ache 1997-09-24 03:43:30 +00:00
parent 88bcce4b07
commit 3cb287c630

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>