xref: /freebsd/sys/modules/fusefs/Makefile (revision 123af6ec70016f5556da5972d4d63c7d175c06d3)
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# Symlink for backwards compatibility with systems installed at 12.0 or older
11*123af6ecSAlan SomersLINKS=	${KMODDIR}/${KMOD}.ko ${KMODDIR}/fuse.ko
12*123af6ecSAlan Somers
13*123af6ecSAlan Somers.include <bsd.kmod.mk>
14