Makefile.rumpkerncomp revision 1.2 1 # $NetBSD: Makefile.rumpkerncomp,v 1.2 2010/12/05 20:11:22 pooka Exp $
2 #
3
4 RUMPKERNCOMPS= crypto ksem tty z
5
6 .for var in ${RUMPKERNCOMPS}
7 RUMPKERNLIBS+=lib${var}
8 RUMPKERNLDADD+=-lrumpkern_${var}
9 .endfor
10