diff options
| author | Semen Ustimenko <semenu@FreeBSD.org> | 1999-02-03 04:01:27 +0000 |
|---|---|---|
| committer | Semen Ustimenko <semenu@FreeBSD.org> | 1999-02-03 04:01:27 +0000 |
| commit | 012c9fb3bba374982121829f60652e0170e203fc (patch) | |
| tree | eada8fd944f9f11bcfe97acda3feb07e6aecc02b /sys | |
| parent | 4aabb2de22a52900bbfbcbf9fcfe2e9d5c8e0ec1 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/modules/ntfs/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/modules/ntfs/Makefile b/sys/modules/ntfs/Makefile new file mode 100644 index 0000000000000..05beab5ac08fa --- /dev/null +++ b/sys/modules/ntfs/Makefile @@ -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> |
