mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
9 lines
144 B
Makefile
9 lines
144 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../fs/umapfs
|
|
|
|
KMOD= umapfs
|
|
SRCS= vnode_if.h \
|
|
umap_subr.c umap_vfsops.c umap_vnops.c
|
|
|
|
.include <bsd.kmod.mk>
|