1 # $NetBSD: Makefile,v 1.10 2000/11/01 15:34:28 itojun Exp $ 2 3 .include <bsd.own.mk> 4 5 SUBDIR= kern fs uvm 6 .if exists(arch/${MACHINE}) 7 SUBDIR+= arch/${MACHINE} 8 .endif 9 .if exists(arch/${MACHINE_ARCH}) 10 SUBDIR+= arch/${MACHINE_ARCH} 11 .endif 12 .if ${MKCRYPTO} != "no" 13 SUBDIR+= crypto 14 .endif 15 16 .include <bsd.subdir.mk> 17