# $NetBSD: Makefile,v 1.14 2017/05/14 03:50:42 kamil Exp $ .include SUBDIR= kern fs uvm .if exists(arch/${MACHINE}/Makefile) SUBDIR+= arch/${MACHINE} .endif .if exists(arch/${MACHINE_ARCH}/Makefile) SUBDIR+= arch/${MACHINE_ARCH} .endif SUBDIR := ${SUBDIR:O:u} .include