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

Diff for /src/etc/Makefile between version 1.30 and 1.31

version 1.30, 1996/12/10 21:11:16 version 1.31, 1996/12/19 02:38:08
Line 144 
Line 144 
         install -d -o root -g wheel -m 755 ${DESTDIR}          install -d -o root -g wheel -m 755 ${DESTDIR}
         -mtree -def mtree/4.4BSD.dist -p ${DESTDIR}/ -u          -mtree -def mtree/4.4BSD.dist -p ${DESTDIR}/ -u
         if [ ! -f ${DESTDIR}/usr/src ]; then \          if [ ! -f ${DESTDIR}/usr/src ]; then \
                 install -d -o root -g wheel -m 755 ${DESTDIR}/usr/src; \                  install -d -o root -g wsrc -m 775 ${DESTDIR}/usr/src; \
         fi          fi
         cd ${DESTDIR}; rm -f sys; ln -s usr/src/sys sys          cd ${DESTDIR}; rm -f sys; ln -s usr/src/sys sys
   

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31