Home | History | Annotate | Line # | Download | only in libext2fs
Makefile revision 1.1
      1     #	$NetBSD: Makefile,v 1.1 2007/08/07 21:26:36 pooka Exp $
      2     #
      3     
      4     .include <bsd.own.mk>
      5     
      6     LIB=	ext2fs
      7     
      8     .PATH:  ${NETBSDSRCDIR}/sys/ufs/ext2fs
      9     
     10     SRCS=	ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_bswap.c	\
     11     	ext2fs_inode.c ext2fs_lookup.c ext2fs_readwrite.c ext2fs_subr.c	\
     12     	ext2fs_vfsops.c ext2fs_vnops.c
     13     
     14     CFLAGS+=-Wno-pointer-sign
     15     
     16     .include <bsd.lib.mk>
     17     .include <bsd.klinks.mk>
     18