1 1.1 thorpej # $NetBSD: Makefile,v 1.1 2018/12/24 16:58:54 thorpej Exp $ 2 1.1 thorpej 3 1.1 thorpej .include <bsd.own.mk> 4 1.1 thorpej 5 1.1 thorpej KMOD= threadpool_tester 6 1.1 thorpej KMODULEDIR= ${DESTDIR}/${TESTSBASE}/kernel/${KMOD} 7 1.1 thorpej 8 1.1 thorpej SRCS= threadpool_tester.c 9 1.1 thorpej 10 1.1 thorpej ATFFILE= no 11 1.1 thorpej NOMAN= # defined 12 1.1 thorpej 13 1.1 thorpej .include <bsd.test.mk> 14 1.1 thorpej .include <bsd.kmodule.mk> 15