mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
11 lines
176 B
Makefile
11 lines
176 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../fs/ntfs
|
|
|
|
KMOD= ntfs
|
|
SRCS= vnode_if.h \
|
|
ntfs_vfsops.c ntfs_vnops.c ntfs_subr.c ntfs_ihash.c \
|
|
ntfs_compr.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|