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