2001-01-06 14:00:42 +00:00
|
|
|
# $FreeBSD$
|
1999-10-02 06:32:36 +00:00
|
|
|
|
2001-05-26 11:57:45 +00:00
|
|
|
.PATH: ${.CURDIR}/../../fs/nwfs
|
1999-10-02 06:32:36 +00:00
|
|
|
|
|
|
|
KMOD= nwfs
|
|
|
|
|
1999-12-12 16:47:33 +00:00
|
|
|
SRCS= vnode_if.h \
|
|
|
|
nwfs_node.c nwfs_ioctl.c nwfs_io.c nwfs_vfsops.c nwfs_vnops.c \
|
2006-01-26 19:21:27 +00:00
|
|
|
nwfs_subr.c
|
1999-10-02 06:32:36 +00:00
|
|
|
|
|
|
|
.if defined(VNPRINT)
|
|
|
|
CFLAGS+= -DVNPRINT
|
|
|
|
.endif
|
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|