mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 06:59:29 -04:00
18 lines
383 B
Makefile
18 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.4 2014/03/13 01:46:10 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+= zfs_component.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|