64db83a8ab
encoding the relative path.
9 lines
124 B
Makefile
9 lines
124 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/vn
|
|
KMOD= vn
|
|
SRCS= vn.c vnode_if.h opt_devfs.h
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|