summaryrefslogtreecommitdiffstats
path: root/sys/modules/ntfs/Makefile
blob: 99d1a6edf11066f086552e2a9b5811ff29c4b540 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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>
OpenPOWER on IntegriCloud