1 1.68 pooka # $NetBSD: Makefile,v 1.68 2008/07/28 14:09:55 pooka 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.62 pooka nfs opencrypto sys ufs uvm 7 1.62 pooka 8 1.67 pooka .if (${MACHINE} != "evbppc") 9 1.62 pooka SUBDIR+= rump 10 1.62 pooka .endif 11 1.52 he 12 1.68 pooka # interrupt implementation depends on the kernel within the port 13 1.52 he .if (${MACHINE} != "evbppc") 14 1.66 ad SUBDIR+=lkm modules 15 1.52 he .endif 16 1.42 tv 17 1.42 tv # Speedup stubs for some subtrees that don't need to run these rules 18 1.42 tv includes-lkm: 19 1.43 nathanw @true 20 1.1 cgd 21 1.29 cgd .include <bsd.kinc.mk> 22