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