[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.71 and 1.72

version 1.71, 2008/07/31 01:11:53 version 1.72, 2008/11/12 12:35:54
Line 7  SUBDIR= altq arch compat dev fs miscfs \
Line 7  SUBDIR= altq arch compat dev fs miscfs \
   
 # interrupt implementation depends on the kernel within the port  # interrupt implementation depends on the kernel within the port
 .if (${MACHINE} != "evbppc")  .if (${MACHINE} != "evbppc")
 SUBDIR+=lkm modules  SUBDIR+=modules
 .endif  .endif
   
 # Speedup stubs for some subtrees that don't need to run these rules  # Speedup stubs for some subtrees that don't need to run these rules
 includes-lkm:  includes-modules:
         @true          @true
   
 .if make(obj)  .if make(obj)

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

CVSweb <webmaster@jp.NetBSD.org>