64db83a8ab
encoding the relative path.
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>
|