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

Diff for /src/Makefile between version 1.113 and 1.115

version 1.113, 2005/09/16 12:28:34 version 1.115, 2010/03/23 21:31:02
Line 38 
Line 38 
 SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games  SUBDIR+= lib include bin libexec sbin usr.bin usr.sbin share games
 SUBDIR+= gnu  SUBDIR+= gnu
   
 SUBDIR+= sys lkm  SUBDIR+= sys
   
 .if (${KERBEROS5:L} == "yes")  .if (${KERBEROS5:L} == "yes")
 SUBDIR+= kerberosV  SUBDIR+= kerberosV
Line 59 
Line 59 
   
 beforeinstall:  beforeinstall:
         cd ${.CURDIR}/etc && exec ${MAKE} DESTDIR=${DESTDIR} distrib-dirs          cd ${.CURDIR}/etc && exec ${MAKE} DESTDIR=${DESTDIR} distrib-dirs
           cd ${.CURDIR}/etc && exec ${MAKE} DESTDIR=${DESTDIR} install-mtree
         cd ${.CURDIR}/include && exec ${MAKE} includes          cd ${.CURDIR}/include && exec ${MAKE} includes
   
 afterinstall:  afterinstall:

Legend:
Removed from v.1.113  
changed lines
  Added in v.1.115