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