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