summaryrefslogtreecommitdiff
path: root/regress/sys/Makefile
blob: 6be28ad5c597e1eed687d5852254a9f57b481bbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$NetBSD: Makefile,v 1.11 2001/05/08 02:15:39 sommerfeld Exp $

.include <bsd.own.mk>

SUBDIR= kern fs uvm
.if exists(arch/${MACHINE}/Makefile)
SUBDIR+= arch/${MACHINE}
.endif
.if exists(arch/${MACHINE_ARCH}/Makefile)
SUBDIR+= arch/${MACHINE_ARCH}
.endif
.if ${MKCRYPTO} != "no"
SUBDIR+=	crypto
.endif

SUBDIR := ${SUBDIR:O:u}

.include <bsd.subdir.mk>