972e95c81a
vm_page.h.
16 lines
227 B
Makefile
16 lines
227 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../fs/nwfs
|
|
|
|
KMOD= nwfs
|
|
|
|
SRCS= vnode_if.h \
|
|
nwfs_node.c nwfs_ioctl.c nwfs_io.c nwfs_vfsops.c nwfs_vnops.c \
|
|
nwfs_subr.c
|
|
|
|
.if defined(VNPRINT)
|
|
CFLAGS+= -DVNPRINT
|
|
.endif
|
|
|
|
.include <bsd.kmod.mk>
|