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

Diff for /src/Makefile between version 1.112 and 1.114

version 1.112, 2005/01/09 20:36:20 version 1.114, 2005/12/02 01:17:20
Line 8 
Line 8 
 # Building recommendations:  # Building recommendations:
 #  #
 # 1) If at all possible, put this source tree in /usr/src.  If /usr/src  # 1) If at all possible, put this source tree in /usr/src.  If /usr/src
 # must be a symbolic link, setenv BSDSRCDIR to point to the real location.  # must be a symbolic link, set BSDSRCDIR in the environment to point to
   # the real location.
 #  #
 # 2) It is also recommended that you compile with objects outside the  # 2) It is also recommended that you compile with objects outside the
 # source tree. To do this, ensure /usr/obj exists or points to some  # source tree. To do this, ensure /usr/obj exists or points to some
Line 37 
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

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.114