mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
11 lines
218 B
Makefile
11 lines
218 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../fs/fuse
|
||
|
|
|
||
|
|
KMOD= fuse
|
||
|
|
SRCS= vnode_if.h \
|
||
|
|
fuse_node.c fuse_io.c fuse_device.c fuse_ipc.c fuse_file.c \
|
||
|
|
fuse_vfsops.c fuse_vnops.c fuse_internal.c fuse_main.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|