1#	$NetBSD: Makefile,v 1.11 2001/05/08 02:15:39 sommerfeld Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR= kern fs uvm net
6.if exists(arch/${MACHINE}/Makefile)
7SUBDIR+= arch/${MACHINE}
8.endif
9.if exists(arch/${MACHINE_ARCH}/Makefile)
10SUBDIR+= arch/${MACHINE_ARCH}
11.endif
12.if ${MKCRYPTO} != "no"
13SUBDIR+=	crypto
14.endif
15
16SUBDIR := ${SUBDIR:O:u}
17
18.include <bsd.subdir.mk>
19