NetBSD/sys/rump/fs/lib/libntfs/Makefile
pooka 643ba90bf0 Globally define -Wno-pointer-sign, as it has become a pointless
exercise of "add it to every Makefile individually".

XXX: should autosynchronize with the rest of the kernel buildflags
in sys/conf/Makefile.kern.inc.
2010-02-16 20:42:44 +00:00

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>