mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 23:56:52 -04:00
13 lines
234 B
Makefile
13 lines
234 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/06/28 16:11:36 rumble Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/fs/ntfs
|
|
|
|
KMOD= ntfs
|
|
|
|
SRCS= ntfs_compr.c ntfs_ihash.c ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c \
|
|
ntfs_conv.c
|
|
|
|
.include <bsd.kmodule.mk>
|