mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-31 16:57:19 -04:00
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>
|