summaryrefslogtreecommitdiff
path: root/regress/sys/Makefile
blob: 779d745a745a3ec981518e2b96cbefcb2559e9d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.4 2001/01/29 02:05:50 niklas Exp $
#	$NetBSD: Makefile,v 1.4 1995/04/20 22:41:08 cgd Exp $

SUBDIR+= kern
.if exists(arch/${MACHINE})
SUBDIR+= arch/${MACHINE}
.endif

regress: _SUBDIRUSE

install:

.include <bsd.subdir.mk>