11 lines
177 B
Makefile
11 lines
177 B
Makefile
# $NetBSD: Makefile,v 1.1 2008/06/28 16:11:36 rumble Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/ufs/mfs
|
|
|
|
KMOD= mfs
|
|
SRCS= mfs_vfsops.c mfs_vnops.c
|
|
|
|
.include <bsd.kmodule.mk>
|