1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../../cddl/dev/fbt 4 5KMOD= fbt 6SRCS= fbt.c 7SRCS+= vnode_if.h 8 9CFLAGS+= -I${.CURDIR}/../../../cddl/compat/opensolaris \ 10 -I${.CURDIR}/../../../cddl/contrib/opensolaris/uts/common \ 11 -I${.CURDIR}/../../.. 12 13.include <bsd.kmod.mk> 14