Home | History | Annotate | Line # | Download | only in sys
Makefile revision 1.68
      1 #	$NetBSD: Makefile,v 1.68 2008/07/28 14:09:55 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 .if (${MACHINE} != "evbppc")
      9 SUBDIR+=	rump
     10 .endif
     11 
     12 # interrupt implementation depends on the kernel within the port
     13 .if (${MACHINE} != "evbppc")
     14 SUBDIR+=lkm modules
     15 .endif
     16 
     17 # Speedup stubs for some subtrees that don't need to run these rules
     18 includes-lkm:
     19 	@true
     20 
     21 .include <bsd.kinc.mk>
     22