1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5.PATH:  ${.CURDIR}/../../kern
6KMOD=	acl_nfs4
7SRCS=	vnode_if.h subr_acl_nfs4.c
8
9.include <bsd.kmod.mk>
10