NetBSD/tests/modules/k_uvm/Makefile
jmmv 1cf12d0216 Add a test to ensure that PAGE_SIZE is available in kernel modules.
This test reproduces the error condition in PR port-macppc/46041 and
therefore it is an xfail in this particular platform.
2012-02-17 22:36:50 +00:00

15 lines
247 B
Makefile

# $NetBSD: Makefile,v 1.1 2012/02/17 22:36:50 jmmv Exp $
.include <bsd.own.mk>
KMOD= k_uvm
KMODULEDIR= ${DESTDIR}/${TESTSBASE}/modules/${KMOD}
SRCS= k_uvm.c
ATFFILE= no
NOMAN= # defined
.include <bsd.test.mk>
.include <bsd.kmodule.mk>