Home | History | Annotate | Line # | Download | only in sys
Makefile revision 1.74
      1 #	$NetBSD: Makefile,v 1.74 2008/11/17 08:54:39 pooka Exp $
      2 
      3 SUBDIR=	altq arch compat dev fs miscfs \
      4 	net net80211 netatalk netbt netipsec netinet netinet6 \
      5         netisdn netiso netkey netnatm netsmb \
      6 	nfs opencrypto sys ufs uvm
      7 
      8 # interrupt implementation depends on the kernel within the port
      9 .if (${MACHINE} != "evbppc")
     10 SUBDIR+=modules
     11 .endif
     12 
     13 # Speedup stubs for some subtrees that don't need to run these rules
     14 includes-modules:
     15 	@true
     16 
     17 .if make(includes) || make(obj) || make(cleandir)
     18 SUBDIR+= rump
     19 .endif
     20 
     21 .include <bsd.kinc.mk>
     22