summaryrefslogtreecommitdiff
path: root/regress/sys/Makefile
blob: 0f2da6792e11d3058c8fcf53a30eeae6338ca8f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.11 2002/06/12 19:42:22 niklas Exp $
#	$NetBSD: Makefile,v 1.4 1995/04/20 22:41:08 cgd Exp $

SUBDIR+= crypto ddb fdescfs kern sys uvm
.if exists(arch/${MACHINE})
SUBDIR+= arch/${MACHINE}
.endif

install:

.include <bsd.subdir.mk>