Home | History | Annotate | Line # | Download | only in kern
Makefile.rumpkerncomp revision 1.2
      1  1.2  pooka #	$NetBSD: Makefile.rumpkerncomp,v 1.2 2010/12/05 20:11:22 pooka Exp $
      2  1.1  pooka #
      3  1.1  pooka 
      4  1.2  pooka RUMPKERNCOMPS=	crypto 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