freebsd-dev/tools/regression/mmap/Makefile
Bjoern A. Zeeb 76e2ffb5a5 Add a simple C program to check mmap calls to various different addresses.
The most important test is the mapping fixed at address 0 depending on the
new sysctl.

Things will be updated and possibly converted to m4/.t style once the
details about the kernel patch will be shaken out.

Submitted by:	simon (initial version)
2009-09-27 21:03:33 +00:00

7 lines
56 B
Makefile

# $FreeBSD$
PROG= mmap
NO_MAN=
.include <bsd.prog.mk>