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