Home | History | Annotate | Line # | Download | only in libzfs
Makefile revision 1.8
      1  1.8  christos #	$NetBSD: Makefile,v 1.8 2021/04/15 17:31:15 christos Exp $
      2  1.1      haad #
      3  1.1      haad 
      4  1.8  christos NEED_ISYSTEM=	# Tell rump that we must use -isystem
      5  1.8  christos 
      6  1.8  christos .include <bsd.init.mk>
      7  1.8  christos 
      8  1.1      haad S!=             cd ${.PARSEDIR}/../../../../;pwd
      9  1.1      haad 
     10  1.1      haad .include "${.CURDIR}/../../../../modules/zfs/Makefile.zfsmod"
     11  1.1      haad 
     12  1.1      haad LIB=	rumpfs_zfs
     13  1.5     pooka COMMENT=ZFS
     14  1.1      haad 
     15  1.4     pooka SRCS+=	zfs_component.c
     16  1.1      haad 
     17  1.7       mrg CWARNFLAGS.gcc+=	${GCC_NO_ADDR_OF_PACKED_MEMBER}
     18  1.7       mrg 
     19  1.1      haad .include <bsd.lib.mk>
     20  1.1      haad .include <bsd.klinks.mk>
     21