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