mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
17d6c63672
Not objected to by: -current
11 lines
169 B
Makefile
11 lines
169 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
|
|
|
|
.include <bsd.kmod.mk>
|