diff options
| author | Matthew Hunt <mph@FreeBSD.org> | 2000-02-25 10:23:19 +0000 |
|---|---|---|
| committer | Matthew Hunt <mph@FreeBSD.org> | 2000-02-25 10:23:19 +0000 |
| commit | fcc2171d89383547871addeb284f0799badf18f3 (patch) | |
| tree | 96bca924916824e41c455aaa541668c7735b2542 /games | |
| parent | 1a488af60ff122fc493eaa5a2fdfc9a324b087f5 (diff) | |
Notes
Diffstat (limited to 'games')
| -rw-r--r-- | games/atc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/atc/Makefile b/games/atc/Makefile index 3c068c8e193c7..6009a38f360b5 100644 --- a/games/atc/Makefile +++ b/games/atc/Makefile @@ -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> |
