1 # $NetBSD: Makefile,v 1.4.16.1 2015/12/27 12:10:12 skrll Exp $ 2 # 3 4 .PATH: ${.CURDIR}/../../../../ufs/ext2fs 5 6 LIB= rumpfs_ext2fs 7 COMMENT=Linux Ext2 8 9 SRCS= ext2fs_alloc.c ext2fs_balloc.c ext2fs_bmap.c ext2fs_bswap.c \ 10 ext2fs_inode.c ext2fs_lookup.c ext2fs_readwrite.c \ 11 ext2fs_rename.c ext2fs_subr.c ext2fs_vfsops.c ext2fs_vnops.c 12 13 .include <bsd.lib.mk> 14 .include <bsd.klinks.mk> 15