Home | History | Annotate | Line # | Download | only in libsolaris
Makefile revision 1.5
      1  1.5  christos #	$NetBSD: Makefile,v 1.5 2021/04/15 17:28:09 christos Exp $
      2  1.1      haad #
      3  1.1      haad 
      4  1.5  christos NEED_ISYSTEM=	# Tell rump that we can't 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