1#	$NetBSD: Makefile.rumpkerncomp,v 1.3 2011/01/18 22:21:23 haad Exp $
2#
3
4.include <bsd.own.mk>
5
6RUMPKERNCOMPS=	crypto ksem tty z
7
8.if ${MKZFS} != "no"
9RUMPKERNCOMPS+=    solaris
10.endif
11
12.for var in ${RUMPKERNCOMPS}
13RUMPKERNLIBS+=lib${var}
14RUMPKERNLDADD+=-lrumpkern_${var}
15.endfor
16