mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
9 lines
140 B
Makefile
9 lines
140 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../fs/portalfs
|
|
|
|
KMOD= portalfs
|
|
SRCS= vnode_if.h \
|
|
portal_vfsops.c portal_vnops.c
|
|
|
|
.include <bsd.kmod.mk>
|