1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../../cddl/dev/profile 4 5KMOD= profile 6SRCS= profile.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