Home | History | Annotate | Line # | Download | only in kern
Makefile.rumpkerncomp revision 1.11
      1  1.11   pooka #	$NetBSD: Makefile.rumpkerncomp,v 1.11 2015/01/07 22:24:03 pooka Exp $
      2   1.1   pooka #
      3   1.1   pooka 
      4   1.4   joerg .include <bsd.own.mk>
      5   1.4   joerg 
      6  1.11   pooka RUMPKERNCOMPS=	crypto sysproxy 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