]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - sys/modules/nwfs/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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>