Home | History | Annotate | Line # | Download | only in libext2fs
Makefile revision 1.2.14.1
      1     #	$NetBSD: Makefile,v 1.2.14.1 2010/04/30 14:44:27 uebayasi Exp $
      2     #
      3     
      4     .PATH:  ${.CURDIR}/../../../../ufs/ext2fs
      5     
      6     LIB=	rumpfs_ext2fs
      7     
      8     SRCS=	ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_bswap.c	\
      9     	ext2fs_inode.c ext2fs_lookup.c ext2fs_readwrite.c ext2fs_subr.c	\
     10     	ext2fs_vfsops.c ext2fs_vnops.c
     11     
     12     .include <bsd.lib.mk>
     13     .include <bsd.klinks.mk>
     14