Home | History | Annotate | Line # | Download | only in libv7fs
Makefile revision 1.1
      1  1.1  uch #	$NetBSD: Makefile,v 1.1 2011/07/24 08:55:31 uch Exp $
      2  1.1  uch #
      3  1.1  uch 
      4  1.1  uch .PATH:	${.CURDIR}/../../../../fs/v7fs
      5  1.1  uch 
      6  1.1  uch LIB=	rumpfs_v7fs
      7  1.1  uch 
      8  1.1  uch SRCS= v7fs_endian.c v7fs_superblock.c v7fs_inode.c v7fs_dirent.c	\
      9  1.1  uch v7fs_datablock.c v7fs_file.c v7fs_io.c
     10  1.1  uch 
     11  1.1  uch SRCS+=	v7fs_file_util.c v7fs_inode_util.c v7fs_superblock_util.c
     12  1.1  uch 
     13  1.1  uch SRCS+=	v7fs_io_kern.c v7fs_extern.c v7fs_vnops.c v7fs_vfsops.c
     14  1.1  uch 
     15  1.1  uch CPPFLAGS+= -DV7FS_EI
     16  1.1  uch 
     17  1.1  uch .include <bsd.lib.mk>
     18  1.1  uch .include <bsd.klinks.mk>
     19