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

Diff for /src/etc/Makefile between version 1.320 and 1.321

version 1.320, 2012/08/20 12:37:52 version 1.321, 2012/08/23 06:17:58
Line 190 
Line 190 
                     ${DESTDIR}/etc/ppp; \                      ${DESTDIR}/etc/ppp; \
                 ${INSTALL} -c -o root -g wheel -m 644 ppp.secret.sample \                  ${INSTALL} -c -o root -g wheel -m 644 ppp.secret.sample \
                     ${DESTDIR}/etc/ppp                      ${DESTDIR}/etc/ppp
         cd afs; \  
                 ${INSTALL} -c -o root -g wheel -m 644 afsd.conf \  
                     ${DESTDIR}/etc/afs; \  
                 ${INSTALL} -c -o root -g wheel -m 644 ThisCell \  
                     ${DESTDIR}/etc/afs; \  
                 ${INSTALL} -c -o root -g wheel -m 644 CellServDB \  
                     ${DESTDIR}/etc/afs; \  
                 ${INSTALL} -c -o root -g wheel -m 644 SuidCells \  
                     ${DESTDIR}/etc/afs; \  
                 ${INSTALL} -c -o root -g wheel -m 644 README \  
                     ${DESTDIR}/etc/afs  
         cd systrace; \          cd systrace; \
                 ${INSTALL} -c -o root -g wheel -m 600 usr_sbin_lpd \                  ${INSTALL} -c -o root -g wheel -m 600 usr_sbin_lpd \
                     ${DESTDIR}/etc/systrace; \                      ${DESTDIR}/etc/systrace; \
Line 346 
Line 335 
   
 SUBDIR+= etc.alpha etc.amd64 etc.armish etc.aviion etc.hp300 etc.hppa  SUBDIR+= etc.alpha etc.amd64 etc.armish etc.aviion etc.hp300 etc.hppa
 SUBDIR+= etc.hppa64 etc.i386 etc.landisk etc.loongson etc.luna88k  SUBDIR+= etc.hppa64 etc.i386 etc.landisk etc.loongson etc.luna88k
 SUBDIR+= etc.macppc etc.mvme68k etc.mvme88k etc.palm  SUBDIR+= etc.macppc etc.mvme68k etc.mvme88k etc.palm
 SUBDIR+= etc.sgi etc.socppc etc.sparc etc.sparc64 etc.vax etc.zaurus  SUBDIR+= etc.sgi etc.socppc etc.sparc etc.sparc64 etc.vax etc.zaurus
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.320  
changed lines
  Added in v.1.321