Add module building Makefile entries for NFSv4 and POSIX.1e ACL handling.
This commit is contained in:
parent
a9a282f672
commit
9124ddeb4a
@ -11,6 +11,8 @@ SUBDIR= ${_3dfx} \
|
||||
accf_data \
|
||||
accf_dns \
|
||||
accf_http \
|
||||
acl_nfs4 \
|
||||
acl_posix1e \
|
||||
${_acpi} \
|
||||
ae \
|
||||
${_aesni} \
|
||||
|
9
sys/modules/acl_nfs4/Makefile
Normal file
9
sys/modules/acl_nfs4/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../kern
|
||||
KMOD= acl_nfs4
|
||||
SRCS= vnode_if.h subr_acl_nfs4.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
9
sys/modules/acl_posix1e/Makefile
Normal file
9
sys/modules/acl_posix1e/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${.CURDIR}/../../kern
|
||||
KMOD= acl_posix1e
|
||||
SRCS= vnode_if.h subr_acl_posix1e.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user