xref: /netbsd-src/sys/rump/kern/Makefile.rumpkerncomp (revision 48360965f30c307b6836d0d898d15ce6c1d9b387)
1#	$NetBSD: Makefile.rumpkerncomp,v 1.3 2011/01/18 22:21:23 haad Exp $
2#
3
4RUMPKERNCOMPS=	crypto ksem tty z
5
6.if ${MACHINE_ARCH} == "i386" || \
7    ${MACHINE_ARCH} == "x86_64"
8RUMPKERNCOMPS+=    solaris
9.endif
10
11.for var in ${RUMPKERNCOMPS}
12RUMPKERNLIBS+=lib${var}
13RUMPKERNLDADD+=-lrumpkern_${var}
14.endfor
15