mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-16 17:41:31 -04:00
13 lines
254 B
Makefile
13 lines
254 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/02/16 20:42:46 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../fs/ntfs
|
|
|
|
LIB= rumpfs_ntfs
|
|
|
|
SRCS= ntfs_compr.c ntfs_conv.c ntfs_ihash.c ntfs_subr.c \
|
|
ntfs_vfsops.c ntfs_vnops.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|