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