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