xref: /netbsd-src/regress/sys/Makefile (revision ca453df649ce9db45b64d73678ba06cbccf9aa11)
1#	$NetBSD: Makefile,v 1.12 2005/12/14 23:56:45 rpaulo 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