[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/Makefile between version 1.76 and 1.77

version 1.76, 2010/06/26 14:24:27 version 1.77, 2011/06/15 09:45:59
Line 6  SUBDIR= altq arch compat dev fs miscfs \
Line 6  SUBDIR= altq arch compat dev fs miscfs \
         nfs opencrypto sys ufs uvm          nfs opencrypto sys ufs uvm
   
 # interrupt implementation depends on the kernel within the port  # interrupt implementation depends on the kernel within the port
 .if (${MACHINE} != "evbppc")  #.if (${MACHINE} != "evbppc")
 .if make(obj) || make(cleandir)  .if make(obj) || make(cleandir)
 SUBDIR+=modules  SUBDIR+=modules
 .endif  .endif
 .endif  #.endif
   
 .if make(includes) || make(obj) || make(cleandir)  .if make(includes) || make(obj) || make(cleandir)
 SUBDIR+= rump  SUBDIR+= rump

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

CVSweb <webmaster@jp.NetBSD.org>