summaryrefslogtreecommitdiff
path: root/regress/sys/Makefile
blob: 26301f3703905b38c96d8bf09cfbe9b4f88cce94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$NetBSD: Makefile,v 1.12 2005/12/14 23:56:45 rpaulo Exp $

.include <bsd.own.mk>

SUBDIR= kern fs uvm net
.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>