Makefile revision 1.2
11.2Spooka# $NetBSD: Makefile,v 1.2 2015/10/19 16:16:36 pooka Exp $ 21.1Spooka# 31.1Spooka 41.1Spooka.PATH: ${.CURDIR}/../../../../ufs/mfs 51.1Spooka 61.1SpookaLIB= rumpfs_mfs 71.2SpookaCOMMENT=Memory File System (in-memory FFS) 81.1Spooka 91.1SpookaSRCS= mfs_vfsops.c mfs_vnops.c 101.1Spooka 111.1Spooka.include <bsd.lib.mk> 121.1Spooka.include <bsd.klinks.mk> 13