Makefile.rumpkerncomp revision 1.3
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