Makefile.rumpkerncomp revision 1.3
11.3Shaad# $NetBSD: Makefile.rumpkerncomp,v 1.3 2011/01/18 22:21:23 haad Exp $ 21.1Spooka# 31.1Spooka 41.2SpookaRUMPKERNCOMPS= crypto ksem tty z 51.1Spooka 61.3Shaad.if ${MACHINE_ARCH} == "i386" || \ 71.3Shaad ${MACHINE_ARCH} == "x86_64" 81.3ShaadRUMPKERNCOMPS+= solaris 91.3Shaad.endif 101.3Shaad 111.1Spooka.for var in ${RUMPKERNCOMPS} 121.1SpookaRUMPKERNLIBS+=lib${var} 131.1SpookaRUMPKERNLDADD+=-lrumpkern_${var} 141.1Spooka.endfor 15