# $NetBSD: Makefile,v 1.7 2018/12/24 21:42:05 thorpej Exp $ # .include LIB= kernspace SRCS= thread.c threadpool.c busypage.c tsleep.c alloc.c lockme.c \ workqueue.c sendsig.c RUMPTOP=${NETBSDSRCDIR}/sys/rump LIBISPRIVATE= .include "${RUMPTOP}/Makefile.rump" .include .include