summaryrefslogtreecommitdiffstats
path: root/sys/modules/ntfs/Makefile
blob: a86621197edc03a2d42aa6d098a5dc8f80278663 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $FreeBSD$

.PATH:	${.CURDIR}/../../ntfs
KMOD=	ntfs
SRCS=	ntfs_vfsops.c ntfs_vnops.c ntfs_subr.c ntfs_ihash.c \
	ntfs_compr.c opt_vmpage.h
NOMAN=
VFS_KLD=
CFLAGS+= -DNTFS

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud