xref: /openbsd-src/regress/sys/uvm/mmap_hint/Makefile (revision 9e72044764b58d147cdfdc3432b2723ff0081e00)
1#	$OpenBSD: Makefile,v 1.2 2017/07/13 11:24:58 bluhm Exp $
2
3PROG=	mmap_hint
4CFLAGS=	-Wall
5
6.include <bsd.regress.mk>
7