Home | History | Annotate | Line # | Download | only in libntfs
Makefile revision 1.1.2.2
      1 #	$NetBSD: Makefile,v 1.1.2.2 2007/08/05 22:28:06 pooka Exp $
      2 #
      3 
      4 LIB=	ntfs
      5 
      6 .PATH:  ${NETBSDSRCDIR}/sys/fs/ntfs
      7 
      8 SRCS=	ntfs_compr.c ntfs_conv.c ntfs_ihash.c ntfs_subr.c		\
      9 	ntfs_vfsops.c ntfs_vnops.c
     10 
     11 CFLAGS+=-Wno-pointer-sign
     12 
     13 .include <bsd.lib.mk>
     14 .include <bsd.klinks.mk>
     15