64db83a8ab
encoding the relative path.
10 lines
146 B
Makefile
10 lines
146 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../miscfs/portal
|
|
KMOD= portal
|
|
SRCS= vnode_if.h \
|
|
portal_vfsops.c portal_vnops.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|