summaryrefslogtreecommitdiff
path: root/regress/sys/uvm/Makefile
blob: 8c59de7ae1131077c8cde1a9a8d4db5e5e0ba7de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.14 2019/01/16 21:46:54 bluhm Exp $

SUBDIR+= minherit_zero
SUBDIR+= mmap_4g mmap_size mmap_fixed mmap_mod
SUBDIR+= mmap_noreplace mmap_write_self
SUBDIR+= mmap0

.if defined(REGRESS_FULL) || make(clean) || make(cleandir) || make(obj)
SUBDIR+= mmap_hint
.endif

install:

.include <bsd.subdir.mk>