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>
|