1 1.3.12.2 joerg # $NetBSD: Makefile,v 1.3.12.2 2007/11/02 12:43:39 joerg Exp $ 2 1.3.12.2 joerg # 3 1.3.12.2 joerg 4 1.3.12.2 joerg .include <bsd.own.mk> 5 1.3.12.2 joerg 6 1.3.12.2 joerg LIB= ntfs 7 1.3.12.2 joerg 8 1.3.12.2 joerg .PATH: ${NETBSDSRCDIR}/sys/fs/ntfs 9 1.3.12.2 joerg 10 1.3.12.2 joerg SRCS= ntfs_compr.c ntfs_conv.c ntfs_ihash.c ntfs_subr.c \ 11 1.3.12.2 joerg ntfs_vfsops.c ntfs_vnops.c 12 1.3.12.2 joerg 13 1.3.12.2 joerg CFLAGS+=-Wno-pointer-sign -D__NetBSD__ 14 1.3.12.2 joerg 15 1.3.12.2 joerg .include <bsd.lib.mk> 16 1.3.12.2 joerg .include <bsd.klinks.mk> 17