Home | History | Annotate | Line # | Download | only in libv7fs
Makefile revision 1.2
      1  1.2  pooka #	$NetBSD: Makefile,v 1.2 2015/10/19 16:16:37 pooka 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.2  pooka COMMENT=Unix 7th edition file system
      8  1.1    uch 
      9  1.1    uch SRCS= v7fs_endian.c v7fs_superblock.c v7fs_inode.c v7fs_dirent.c	\
     10  1.1    uch v7fs_datablock.c v7fs_file.c v7fs_io.c
     11  1.1    uch 
     12  1.1    uch SRCS+=	v7fs_file_util.c v7fs_inode_util.c v7fs_superblock_util.c
     13  1.1    uch 
     14  1.1    uch SRCS+=	v7fs_io_kern.c v7fs_extern.c v7fs_vnops.c v7fs_vfsops.c
     15  1.1    uch 
     16  1.1    uch CPPFLAGS+= -DV7FS_EI
     17  1.1    uch 
     18  1.1    uch .include <bsd.lib.mk>
     19  1.1    uch .include <bsd.klinks.mk>
     20