[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / games / phantasia

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/games/phantasia/Makefile between version 1.26 and 1.27

version 1.26, 2002/03/05 21:31:23 version 1.27, 2003/09/30 09:23:19
Line 21  ALLFILES=gold lastdead mess monsters voi
Line 21  ALLFILES=gold lastdead mess monsters voi
 FILES=gold lastdead mess monsters void motd  FILES=gold lastdead mess monsters void motd
 # don't overwrite existing characters or scorefile  # don't overwrite existing characters or scorefile
 .for file in characs scoreboard  .for file in characs scoreboard
 .if !exists(${DESTDIR}/${FILESDIR}/${file})  .if !exists(${DESTDIR}${FILESDIR}/${file})
 FILES+=${file}  FILES+=${file}
 .endif  .endif
 .endfor  .endfor

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb <webmaster@jp.NetBSD.org>