Home | History | Annotate | Line # | Download | only in kern
Makefile.rumpkerncomp revision 1.5.4.1
      1  1.5.4.1  rmind #	$NetBSD: Makefile.rumpkerncomp,v 1.5.4.1 2014/05/18 17:46:17 rmind Exp $
      2      1.1  pooka #
      3      1.1  pooka 
      4      1.4  joerg .include <bsd.own.mk>
      5      1.4  joerg 
      6      1.5  joerg RUMPKERNCOMPS=	crypto tty z
      7      1.1  pooka 
      8  1.5.4.1  rmind .if ${MKSLJIT} != "no"
      9  1.5.4.1  rmind RUMPKERNCOMPS+=	sljit
     10  1.5.4.1  rmind .endif
     11  1.5.4.1  rmind 
     12      1.4  joerg .if ${MKZFS} != "no"
     13      1.3   haad RUMPKERNCOMPS+=    solaris
     14      1.3   haad .endif
     15      1.3   haad 
     16      1.1  pooka .for var in ${RUMPKERNCOMPS}
     17      1.1  pooka RUMPKERNLIBS+=lib${var}
     18      1.1  pooka RUMPKERNLDADD+=-lrumpkern_${var}
     19      1.1  pooka .endfor
     20