1 1.11 sommerfe # $NetBSD: Makefile,v 1.11 2001/05/08 02:15:39 sommerfeld Exp $ 2 1.10 itojun 3 1.10 itojun .include <bsd.own.mk> 4 1.1 brezak 5 1.9 thorpej SUBDIR= kern fs uvm 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.10 itojun .if ${MKCRYPTO} != "no" 13 1.10 itojun SUBDIR+= crypto 14 1.3 cgd .endif 15 1.11 sommerfe 16 1.11 sommerfe SUBDIR := ${SUBDIR:O:u} 17 1.1 brezak 18 1.1 brezak .include <bsd.subdir.mk> 19