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 \
|
2003-11-19 05:08:27 +00:00
|
|
|
nwfs_subr.c opt_ncp.h opt_vmpage.h
|
1999-10-02 06:32:36 +00:00
|
|
|
|
|
|
|
.if defined(VNPRINT)
|
|
|
|
CFLAGS+= -DVNPRINT
|
|
|
|
.endif
|
|
|
|
|
|
|
|
opt_ncp.h:
|
|
|
|
echo "#define NCP 1" > ${.TARGET}
|
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|