Home | History | Annotate | Line # | Download | only in kern
Makefile.rumpkerncomp revision 1.8
      1  1.8   alnsn #	$NetBSD: Makefile.rumpkerncomp,v 1.8 2013/11/16 13:01:38 alnsn Exp $
      2  1.1   pooka #
      3  1.1   pooka 
      4  1.4   joerg .include <bsd.own.mk>
      5  1.4   joerg 
      6  1.7  martin RUMPKERNCOMPS=	crypto tty z
      7  1.7  martin 
      8  1.8   alnsn .if ${MKSLJIT} != "no"
      9  1.7  martin RUMPKERNCOMPS+=	sljit
     10  1.7  martin .endif
     11  1.1   pooka 
     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