[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.170 and 1.171

version 1.170, 2002/04/29 12:09:13 version 1.171, 2002/04/29 12:14:36
Line 118  postinstall-check:
Line 118  postinstall-check:
         sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc check          sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc check
         @echo "   ================================"          @echo "   ================================"
   
   postinstall-fix: .NOTMAIN
           @echo "   === Post installation fixes ==="
           sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc fix
           @echo "   ================================"
   
   
 # Targets (in order!) called by "make build".  # Targets (in order!) called by "make build".
   

Legend:
Removed from v.1.170  
changed lines
  Added in v.1.171

CVSweb <webmaster@jp.NetBSD.org>