xref: /openbsd/regress/sys/uvm/mmap_hint/Makefile (revision 9e720447)
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