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

Diff for /src/etc/Makefile between version 1.17 and 1.18

version 1.17, 1996/06/21 21:20:49 version 1.18, 1996/07/28 09:00:45
Line 17 
Line 17 
         dm.conf ftpusers ftpchroot gettytab group hosts hosts.equiv hosts.lpd \          dm.conf ftpusers ftpchroot gettytab group hosts hosts.equiv hosts.lpd \
         ifaliases inetd.conf man.conf monthly motd myname netstart \          ifaliases inetd.conf man.conf monthly motd myname netstart \
         newsyslog.conf phones printcap protocols rc rc.local remote rpc \          newsyslog.conf phones printcap protocols rc rc.local remote rpc \
         security services shells syslog.conf weekly etc.${MACHINE}/ttys \          security services shells syslog.conf weekly \
         etc.${MACHINE}/disktab          etc.${MACHINE}/disktab
   
 # -rw-rw-r--  # -rw-rw-r--
Line 38 
Line 38 
 distribution: distrib-dirs  distribution: distrib-dirs
         (cd ..; ${MAKE} install)          (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 && \
               chown ${BINOWN} ${DESTDIR}/etc/ttys && \
               chgrp ${BINOWN} ${DESTDIR}/etc/ttys && \
               chmod 644 ${DESTDIR}/etc/ttys
         install -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc          install -c -o ${BINOWN} -g ${BINGRP} -m 664 ${BIN2} ${DESTDIR}/etc
         install -c -o root -g wheel -m 600 crontab ${DESTDIR}/var/cron/tabs/root          install -c -o root -g wheel -m 600 crontab ${DESTDIR}/var/cron/tabs/root
         install -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc          install -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18