Makefile revision 1.68
11.68Spooka# $NetBSD: Makefile,v 1.68 2008/07/28 14:09:55 pooka Exp $ 21.6Smrg 31.60SchristosSUBDIR= altq arch compat dev fs miscfs \ 41.59Smatt net net80211 netatalk netbt netipsec netinet netinet6 \ 51.59Smatt netisdn netiso netkey netnatm netsmb \ 61.62Spooka nfs opencrypto sys ufs uvm 71.62Spooka 81.67Spooka.if (${MACHINE} != "evbppc") 91.62SpookaSUBDIR+= rump 101.62Spooka.endif 111.52She 121.68Spooka# interrupt implementation depends on the kernel within the port 131.52She.if (${MACHINE} != "evbppc") 141.66SadSUBDIR+=lkm modules 151.52She.endif 161.42Stv 171.42Stv# Speedup stubs for some subtrees that don't need to run these rules 181.42Stvincludes-lkm: 191.43Snathanw @true 201.1Scgd 211.29Scgd.include <bsd.kinc.mk> 22