64db83a8ab
encoding the relative path.
10 lines
141 B
Makefile
10 lines
141 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../ufs/mfs
|
|
KMOD= mfs
|
|
SRCS= vnode_if.h \
|
|
mfs_vfsops.c mfs_vnops.c opt_mfs.h
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|