Makefile.rumpkerncomp revision 1.14
11.14Syamaguch# $NetBSD: Makefile.rumpkerncomp,v 1.14 2021/09/30 02:00:20 yamaguchi Exp $ 21.1Spooka# 31.1Spooka 41.4Sjoerg.include <bsd.own.mk> 51.4Sjoerg 61.14SyamaguchRUMPKERNCOMPS= crypto nv sysproxy tty z simplehook_tester 71.12SpookaRUMPSYSEMUS= sys_cygwin sys_linux sys_sunos 81.7Smartin 91.12Spooka.if make(rumpdescribe) 101.12SpookaRUMPKERNCOMPS+= ${RUMPSYSEMUS} 111.12Spooka.endif 121.12Spooka 131.12Spooka.if ${MKSLJIT} != "no" || make(rumpdescribe) 141.7SmartinRUMPKERNCOMPS+= sljit 151.7Smartin.endif 161.1Spooka 171.12Spooka.if ${MKZFS} != "no" || make(rumpdescribe) 181.3ShaadRUMPKERNCOMPS+= solaris 191.3Shaad.endif 201.3Shaad 211.1Spooka.for var in ${RUMPKERNCOMPS} 221.1SpookaRUMPKERNLIBS+=lib${var} 231.1SpookaRUMPKERNLDADD+=-lrumpkern_${var} 241.1Spooka.endfor 25