Home | History | Annotate | Line # | Download | only in kern
Makefile.rumpkerncomp revision 1.4.10.1
      1  1.4.10.1    mrg #	$NetBSD: Makefile.rumpkerncomp,v 1.4.10.1 2012/03/11 01:52:31 mrg Exp $
      2       1.1  pooka #
      3       1.1  pooka 
      4       1.4  joerg .include <bsd.own.mk>
      5       1.4  joerg 
      6  1.4.10.1    mrg RUMPKERNCOMPS=	crypto tty z
      7       1.1  pooka 
      8       1.4  joerg .if ${MKZFS} != "no"
      9       1.3   haad RUMPKERNCOMPS+=    solaris
     10       1.3   haad .endif
     11       1.3   haad 
     12       1.1  pooka .for var in ${RUMPKERNCOMPS}
     13       1.1  pooka RUMPKERNLIBS+=lib${var}
     14       1.1  pooka RUMPKERNLDADD+=-lrumpkern_${var}
     15       1.1  pooka .endfor
     16