mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
12 lines
173 B
Makefile
12 lines
173 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../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>
|