First version.

Reviewed by:	David O'Brien
This commit is contained in:
Semen Ustimenko 1999-02-03 04:01:27 +00:00
parent 4aabb2de22
commit 012c9fb3bb

15
sys/modules/ntfs/Makefile Normal file
View File

@ -0,0 +1,15 @@
# $Id: Makefile,v 1.1 1999/01/02 01:12:19 semen Exp $
.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>