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