1 1.9 lukem # $NetBSD: Makefile,v 1.9 2023/06/03 08:52:59 lukem 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.9 lukem CWARNFLAGS.gcc+= ${CC_WNO_ADDRESS_OF_PACKED_MEMBER} 18 1.7 mrg 19 1.1 haad .include <bsd.lib.mk> 20 1.1 haad .include <bsd.klinks.mk> 21