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

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

Diff for /src/Makefile between version 1.168 and 1.169

version 1.168, 2002/04/11 19:31:06 version 1.169, 2002/04/27 08:11:53
Line 112  afterinstall:
Line 112  afterinstall:
 .if defined(UNPRIVED) && (${MKINFO} != "no")  .if defined(UNPRIVED) && (${MKINFO} != "no")
         (cd ${.CURDIR}/gnu/usr.bin/texinfo/install-info && ${MAKE} infodir-meta)          (cd ${.CURDIR}/gnu/usr.bin/texinfo/install-info && ${MAKE} infodir-meta)
 .endif  .endif
           @echo "   === Post installation checks ==="
           sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc check
           @echo "   ================================"
   
   
 # Targets (in order!) called by "make build".  # Targets (in order!) called by "make build".
   

Legend:
Removed from v.1.168  
changed lines
  Added in v.1.169

CVSweb <webmaster@jp.NetBSD.org>