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