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

Diff for /src/etc/Makefile between version 1.151 and 1.152

version 1.151, 2002/02/26 19:08:05 version 1.152, 2002/03/07 00:11:40
Line 245 
Line 245 
         if [ ! -d ${DESTDIR}/. ]; then \          if [ ! -d ${DESTDIR}/. ]; then \
                 ${INSTALL} -d -o root -g wheel -m 755 ${DESTDIR}; \                  ${INSTALL} -d -o root -g wheel -m 755 ${DESTDIR}; \
         fi          fi
         -mtree -qdef mtree/4.4BSD.dist -p ${DESTDIR}/ -u          mtree -qdef mtree/4.4BSD.dist -p ${DESTDIR}/ -U
         if [ ! -d ${DESTDIR}/usr/src ]; then \          if [ ! -d ${DESTDIR}/usr/src ]; then \
                 ${INSTALL} -d -o root -g wsrc -m 775 ${DESTDIR}/usr/src; \                  ${INSTALL} -d -o root -g wsrc -m 775 ${DESTDIR}/usr/src; \
         fi          fi

Legend:
Removed from v.1.151  
changed lines
  Added in v.1.152