[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.60 and 1.60.22.2

version 1.60, 2006/10/29 19:08:53 version 1.60.22.2, 2007/10/02 18:26:38
Line 5  SUBDIR= altq arch compat dev fs miscfs \
Line 5  SUBDIR= altq arch compat dev fs miscfs \
         netisdn netiso netkey netnatm netsmb \          netisdn netiso netkey netnatm netsmb \
         nfs opencrypto sys ufs uvm          nfs opencrypto sys ufs uvm
   
   .if (${MACHINE} != "vax" \
     && ${MACHINE} != "evbppc")
   SUBDIR+=        rump
   .endif
   
 .if (${MACHINE} != "evbppc")  .if (${MACHINE} != "evbppc")
 SUBDIR+=lkm  SUBDIR+=lkm
 .endif  .endif

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.60.22.2

CVSweb <webmaster@jp.NetBSD.org>