1# $FreeBSD$ 2 3PACKAGE= tests 4 5TESTSDIR= ${TESTSBASE}/sys/vm 6 7ATF_TESTS_C+= mmap_test 8 9.include <bsd.test.mk> 10