Home | History | Annotate | Line # | Download | only in libhfs
Makefile revision 1.1.14.2
      1  1.1.14.2  joerg #	$NetBSD: Makefile,v 1.1.14.2 2007/11/02 12:43:36 joerg Exp $
      2  1.1.14.2  joerg #
      3  1.1.14.2  joerg 
      4  1.1.14.2  joerg .include <bsd.own.mk>
      5  1.1.14.2  joerg 
      6  1.1.14.2  joerg LIB=	hfs
      7  1.1.14.2  joerg 
      8  1.1.14.2  joerg .PATH:  ${NETBSDSRCDIR}/sys/fs/hfs
      9  1.1.14.2  joerg 
     10  1.1.14.2  joerg SRCS=	hfs_nhash.c hfs_subr.c hfs_vfsops.c hfs_vnops.c libhfs.c unicode.c
     11  1.1.14.2  joerg 
     12  1.1.14.2  joerg CFLAGS+=-Wno-pointer-sign
     13  1.1.14.2  joerg 
     14  1.1.14.2  joerg .include <bsd.lib.mk>
     15  1.1.14.2  joerg .include <bsd.klinks.mk>
     16