Home | History | Annotate | Line # | Download | only in libsolaris
      1  1.6  christos #	$NetBSD: Makefile,v 1.6 2021/04/15 17:31:44 christos Exp $
      2  1.1      haad #
      3  1.1      haad 
      4  1.6  christos NEED_ISYSTEM=	# Tell rump that we must use -isystem
      5  1.5  christos 
      6  1.5  christos .include <bsd.init.mk>
      7  1.5  christos 
      8  1.1      haad S!=             cd ${.PARSEDIR}/../../../../;pwd
      9  1.1      haad 
     10  1.1      haad .include "${.CURDIR}/../../../../modules/solaris/Makefile.solmod"
     11  1.1      haad 
     12  1.1      haad LIB=	rumpkern_solaris
     13  1.3     pooka COMMENT=Solaris compatibility layer (for ZFS)
     14  1.1      haad 
     15  1.1      haad .include <bsd.lib.mk>
     16  1.1      haad .include <bsd.klinks.mk>
     17