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