1 1.16 kamil # $NetBSD: Makefile,v 1.16 2017/05/14 04:26:40 kamil Exp $ 2 1.10 itojun 3 1.10 itojun .include <bsd.own.mk> 4 1.1 brezak 5 1.16 kamil SUBDIR= kern 6 1.11 sommerfe .if exists(arch/${MACHINE}/Makefile) 7 1.7 veego SUBDIR+= arch/${MACHINE} 8 1.6 is .endif 9 1.11 sommerfe .if exists(arch/${MACHINE_ARCH}/Makefile) 10 1.7 veego SUBDIR+= arch/${MACHINE_ARCH} 11 1.10 itojun .endif 12 1.11 sommerfe 13 1.11 sommerfe SUBDIR := ${SUBDIR:O:u} 14 1.1 brezak 15 1.1 brezak .include <bsd.subdir.mk> 16