[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Makefile between version 1.25 and 1.26

version 1.25, 1996/09/06 17:26:58 version 1.26, 1996/09/17 07:18:15
Line 31 
Line 31 
 all clean cleandir depend etc install lint:  all clean cleandir depend etc install lint:
   
 .ifndef DESTDIR  .ifndef DESTDIR
 distribution distrib-dirs snapshot:  distribution-etc-root-var distribution distrib-dirs snapshot:
         @echo setenv DESTDIR before doing that!          @echo setenv DESTDIR before doing that!
         @false          @false
 .else  .else
 distribution: distrib-dirs  distribution-etc-root-var: distrib-dirs
         (cd ..; ${MAKE} install)  
         install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc          install -c -o ${BINOWN} -g ${BINGRP} -m 644 ${BIN1} ${DESTDIR}/etc
         cat etc.${MACHINE}/ttys ttys.pty > ${DESTDIR}/etc/ttys && \          cat etc.${MACHINE}/ttys ttys.pty > ${DESTDIR}/etc/ttys && \
             chown ${BINOWN} ${DESTDIR}/etc/ttys && \              chown ${BINOWN} ${DESTDIR}/etc/ttys && \
Line 134 
Line 133 
             ${DESTDIR}/)              ${DESTDIR}/)
 .endif  .endif
         (cd ../usr.sbin/sendmail/cf/cf; ${MAKE} distribution)          (cd ../usr.sbin/sendmail/cf/cf; ${MAKE} distribution)
   
   distribution: distribution-etc-root-var
           (cd ..; ${MAKE} install)
   
 hcx9-distribution:  hcx9-distribution:
         (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS2} \          (cd etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${WCS2} \

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