18 lines
379 B
Makefile
18 lines
379 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/03/10 19:24:37 pooka Exp $
|
|
#
|
|
|
|
S!= cd ${.PARSEDIR}/../../../../;pwd
|
|
|
|
.include "${.CURDIR}/../../../../modules/zfs/Makefile.zfsmod"
|
|
|
|
LIB= rumpfs_zfs
|
|
|
|
# RUMP stuff
|
|
CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs\
|
|
-I${RUMPTOP}/librump/rumpdev
|
|
|
|
SRCS+= component.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|