Home | History | Annotate | Line # | Download | only in kern
Makefile.rumpkerncomp revision 1.3
      1  1.3   haad #	$NetBSD: Makefile.rumpkerncomp,v 1.3 2011/01/18 22:21:23 haad Exp $
      2  1.1  pooka #
      3  1.1  pooka 
      4  1.2  pooka RUMPKERNCOMPS=	crypto ksem tty z
      5  1.1  pooka 
      6  1.3   haad .if ${MACHINE_ARCH} == "i386" || \
      7  1.3   haad     ${MACHINE_ARCH} == "x86_64"
      8  1.3   haad RUMPKERNCOMPS+=    solaris
      9  1.3   haad .endif
     10  1.3   haad 
     11  1.1  pooka .for var in ${RUMPKERNCOMPS}
     12  1.1  pooka RUMPKERNLIBS+=lib${var}
     13  1.1  pooka RUMPKERNLDADD+=-lrumpkern_${var}
     14  1.1  pooka .endfor
     15