12 lines
197 B
Makefile
12 lines
197 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/03/08 12:29:01 pooka Exp $
|
|
#
|
|
|
|
.PATH: ${.CURDIR}/../../../../ufs/mfs
|
|
|
|
LIB= rumpfs_mfs
|
|
|
|
SRCS= mfs_vfsops.c mfs_vnops.c
|
|
|
|
.include <bsd.lib.mk>
|
|
.include <bsd.klinks.mk>
|