mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 21:09:28 +00:00
64db83a8ab
encoding the relative path.
10 lines
146 B
Makefile
10 lines
146 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../miscfs/kernfs
|
|
KMOD= kernfs
|
|
SRCS= vnode_if.h \
|
|
kernfs_vfsops.c kernfs_vnops.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|