1 1.63 he # $NetBSD: Makefile,v 1.63 2007/09/19 20:36:33 he 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.63 he .if (${MACHINE} != "vax" \ 9 1.62 pooka && ${MACHINE} != "sun2" \ 10 1.62 pooka && ${MACHINE} != "mmeye" \ 11 1.62 pooka && ${MACHINE} != "landisk" \ 12 1.62 pooka && ${MACHINE} != "hpcsh" \ 13 1.62 pooka && ${MACHINE} != "evbsh3-sh3el" \ 14 1.62 pooka && ${MACHINE} != "evbsh3-sh3eb" \ 15 1.62 pooka && ${MACHINE} != "evbppc" \ 16 1.63 he && ${MACHINE} != "dreamcast") 17 1.62 pooka SUBDIR+= rump 18 1.62 pooka .endif 19 1.52 he 20 1.52 he .if (${MACHINE} != "evbppc") 21 1.52 he SUBDIR+=lkm 22 1.52 he .endif 23 1.42 tv 24 1.42 tv # Speedup stubs for some subtrees that don't need to run these rules 25 1.42 tv includes-lkm: 26 1.43 nathanw @true 27 1.1 cgd 28 1.29 cgd .include <bsd.kinc.mk> 29