b41da0980c
needed for ages, but keeps getting cut/pasted into new Makefiles. (Once apon a time it was used to activate mount arguments in <sys/mount.h>, but that was killed with extreme prejudice long ago)
11 lines
172 B
Makefile
11 lines
172 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>
|