mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
15 lines
254 B
Makefile
15 lines
254 B
Makefile
# $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
|
|
CLEANFILES= opt_vmpage.h
|
|
|
|
opt_vmpage.h:
|
|
touch ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|