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