summaryrefslogtreecommitdiff
path: root/regress/sys/Makefile
blob: d217ab4e49bf72696d7fcc55c7b2a86c9e62a21c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$OpenBSD: Makefile,v 1.28 2024/03/14 14:29:03 kettenis Exp $
#	$NetBSD: Makefile,v 1.4 1995/04/20 22:41:08 cgd Exp $

SUBDIR=	altivec_ast btcfi copy crypto dev ddb ffs \
	fifofs fileops kern mfs_noperm \
	net netinet netinet6 nfs ptrace sys uvm
.if exists(arch/${MACHINE}/Makefile)
SUBDIR+= arch/${MACHINE}
.endif
.if exists(arch/${MACHINE_ARCH}/Makefile) && ${MACHINE} != ${MACHINE_ARCH}
SUBDIR+= arch/${MACHINE_ARCH}
.endif

install:

.include <bsd.subdir.mk>