xref: /freebsd-14.2/sys/modules/fusefs/Makefile (revision 031beb4e)
1*123af6ecSAlan Somers
2*123af6ecSAlan Somers.PATH: ${SRCTOP}/sys/fs/fuse
3*123af6ecSAlan Somers
4*123af6ecSAlan SomersKMOD=	fusefs
5*123af6ecSAlan SomersSRCS=	vnode_if.h \
6*123af6ecSAlan Somers	fuse_node.c fuse_io.c fuse_device.c fuse_ipc.c fuse_file.c \
7*123af6ecSAlan Somers	fuse_vfsops.c fuse_vnops.c fuse_internal.c fuse_main.c
8*123af6ecSAlan Somers
9*123af6ecSAlan Somers.include <bsd.kmod.mk>
10