First version.
Reviewed by: David O'Brien
This commit is contained in:
parent
4aabb2de22
commit
012c9fb3bb
15
sys/modules/ntfs/Makefile
Normal file
15
sys/modules/ntfs/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user