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