1 # $NetBSD: Makefile,v 1.5 2015/10/19 16:16:37 pooka Exp $ 2 # 3 4 S!= cd ${.PARSEDIR}/../../../../;pwd 5 6 .include "${.CURDIR}/../../../../modules/zfs/Makefile.zfsmod" 7 8 LIB= rumpfs_zfs 9 COMMENT=ZFS 10 11 # RUMP stuff 12 CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs\ 13 -I${RUMPTOP}/librump/rumpdev 14 15 SRCS+= zfs_component.c 16 17 .include <bsd.lib.mk> 18 .include <bsd.klinks.mk> 19