b41da0980c
needed for ages, but keeps getting cut/pasted into new Makefiles. (Once apon a time it was used to activate mount arguments in <sys/mount.h>, but that was killed with extreme prejudice long ago)
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>
|