summaryrefslogtreecommitdiff
path: root/regress/sys/Makefile
blob: 011dddbc9ce4f7438e05a859a687b88ca9f3d14e (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.14 2004/01/31 22:09:32 miod Exp $
#	$NetBSD: Makefile,v 1.4 1995/04/20 22:41:08 cgd Exp $

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

install:

.include <bsd.subdir.mk>