# $NetBSD: Makefile.rumpkerncomp,v 1.3 2011/01/18 22:21:23 haad Exp $ # RUMPKERNCOMPS= crypto ksem tty z .if ${MACHINE_ARCH} == "i386" || \ ${MACHINE_ARCH} == "x86_64" RUMPKERNCOMPS+= solaris .endif .for var in ${RUMPKERNCOMPS} RUMPKERNLIBS+=lib${var} RUMPKERNLDADD+=-lrumpkern_${var} .endfor