mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 14:54:21 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
8 lines
204 B
Makefile
8 lines
204 B
Makefile
.PATH: ${SRCTOP}/sys/fs/fuse
|
|
|
|
KMOD= fusefs
|
|
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>
|