xref: /openbsd/regress/sys/uvm/Makefile (revision 91f110e0)
1#	$OpenBSD: Makefile,v 1.10 2013/08/01 21:26:30 kettenis Exp $
2
3SUBDIR+= misc mmap_4g mmap_size mmap_fixed mmap_mod mmap_write_self
4SUBDIR+= mmap0
5
6.if defined(REGRESS_FULL)
7SUBDIR+= mmap_hint
8.endif
9
10install:
11
12.include <bsd.subdir.mk>
13