Home | History | Annotate | Line # | Download | only in libzfs
Makefile revision 1.3
      1  1.3  pooka #	$NetBSD: Makefile,v 1.3 2011/03/10 19:24:37 pooka Exp $
      2  1.1   haad #
      3  1.1   haad 
      4  1.1   haad S!=             cd ${.PARSEDIR}/../../../../;pwd
      5  1.1   haad 
      6  1.1   haad .include "${.CURDIR}/../../../../modules/zfs/Makefile.zfsmod"
      7  1.1   haad 
      8  1.1   haad LIB=	rumpfs_zfs
      9  1.1   haad 
     10  1.1   haad # RUMP stuff
     11  1.1   haad CPPFLAGS+=      -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs\
     12  1.1   haad 		-I${RUMPTOP}/librump/rumpdev
     13  1.1   haad 
     14  1.3  pooka SRCS+=	component.c
     15  1.1   haad 
     16  1.1   haad .include <bsd.lib.mk>
     17  1.1   haad .include <bsd.klinks.mk>
     18