1# $NetBSD: Makefile.rumpkerncomp,v 1.5 2012/03/10 21:52:00 joerg Exp $ 2# 3 4.include <bsd.own.mk> 5 6RUMPKERNCOMPS= crypto 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