ca7e4587fd
makefile because we need to install the module in two places the debug part and the regular part)
15 lines
254 B
Makefile
15 lines
254 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/05/01 22:24:19 christos Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
KMOD= x86_pte_tester
|
|
KMODULEDIR= ${TESTSBASE}/modules/${KMOD}
|
|
|
|
SRCS= x86_pte_tester.c
|
|
|
|
ATFFILE= no
|
|
NOMAN= # defined
|
|
|
|
.include <bsd.test.mk>
|
|
.include <bsd.kmodule.mk>
|