]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/nwfs/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / nwfs / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../fs/nwfs
4
5 KMOD=   nwfs
6
7 SRCS=   vnode_if.h \
8         nwfs_node.c nwfs_ioctl.c nwfs_io.c nwfs_vfsops.c nwfs_vnops.c \
9         nwfs_subr.c
10
11 .if defined(VNPRINT)
12 CFLAGS+= -DVNPRINT
13 .endif
14
15 .include <bsd.kmod.mk>