Home | History | Annotate | Line # | Download | only in kern
      1  1.14  yamaguch #	$NetBSD: Makefile.rumpkerncomp,v 1.14 2021/09/30 02:00:20 yamaguchi Exp $
      2   1.1     pooka #
      3   1.1     pooka 
      4   1.4     joerg .include <bsd.own.mk>
      5   1.4     joerg 
      6  1.14  yamaguch RUMPKERNCOMPS=	crypto nv sysproxy tty z simplehook_tester
      7  1.12     pooka RUMPSYSEMUS=	sys_cygwin sys_linux sys_sunos
      8   1.7    martin 
      9  1.12     pooka .if make(rumpdescribe)
     10  1.12     pooka RUMPKERNCOMPS+=	${RUMPSYSEMUS}
     11  1.12     pooka .endif
     12  1.12     pooka 
     13  1.12     pooka .if ${MKSLJIT} != "no" || make(rumpdescribe)
     14   1.7    martin RUMPKERNCOMPS+=	sljit
     15   1.7    martin .endif
     16   1.1     pooka 
     17  1.12     pooka .if ${MKZFS} != "no" || make(rumpdescribe)
     18   1.3      haad RUMPKERNCOMPS+=    solaris
     19   1.3      haad .endif
     20   1.3      haad 
     21   1.1     pooka .for var in ${RUMPKERNCOMPS}
     22   1.1     pooka RUMPKERNLIBS+=lib${var}
     23   1.1     pooka RUMPKERNLDADD+=-lrumpkern_${var}
     24   1.1     pooka .endfor
     25