Makefile.rumpkerncomp revision 1.4
11.4Sjoerg# $NetBSD: Makefile.rumpkerncomp,v 1.4 2011/03/05 03:15:25 joerg Exp $ 21.1Spooka# 31.1Spooka 41.4Sjoerg.include <bsd.own.mk> 51.4Sjoerg 61.2SpookaRUMPKERNCOMPS= crypto ksem tty z 71.1Spooka 81.4Sjoerg.if ${MKZFS} != "no" 91.3ShaadRUMPKERNCOMPS+= solaris 101.3Shaad.endif 111.3Shaad 121.1Spooka.for var in ${RUMPKERNCOMPS} 131.1SpookaRUMPKERNLIBS+=lib${var} 141.1SpookaRUMPKERNLDADD+=-lrumpkern_${var} 151.1Spooka.endfor 16