[BACK]Return to bsd.prog.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / mk

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

Diff for /src/share/mk/bsd.prog.mk between version 1.63 and 1.64

version 1.63, 1997/03/24 21:54:20 version 1.64, 1997/03/27 09:10:10
Line 133  ${DESTDIR}${BINDIR}/${PROGNAME}: .MADE
Line 133  ${DESTDIR}${BINDIR}/${PROGNAME}: .MADE
 ${DESTDIR}${BINDIR}/${PROGNAME}: ${PROG}  ${DESTDIR}${BINDIR}/${PROGNAME}: ${PROG}
         ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \          ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
             ${.ALLSRC} ${.TARGET}              ${.ALLSRC} ${.TARGET}
 .if defined(HIDEGAME)  
         (cd ${DESTDIR}/usr/games; rm -f ${PROG}; ln -s dm ${PROG})  
 .endif  
 .endif  .endif
   
 .if defined(FILES)  .if defined(FILES)

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

CVSweb <webmaster@jp.NetBSD.org>