diff options
author | alc <alc@FreeBSD.org> | 2006-01-26 19:21:27 +0000 |
---|---|---|
committer | alc <alc@FreeBSD.org> | 2006-01-26 19:21:27 +0000 |
commit | f9829317cf57823e912177e4cb28a7616a7f7d00 (patch) | |
tree | 3dcff93eb804c83ee61e09da2705e51926ef44f3 /sys/modules/nwfs | |
parent | e6d8f031efa191c7ac8db48b9e2c22e7bc328459 (diff) | |
download | FreeBSD-src-f9829317cf57823e912177e4cb28a7616a7f7d00.zip FreeBSD-src-f9829317cf57823e912177e4cb28a7616a7f7d00.tar.gz |
opt_vmpage.h is no longer needed here because it is not included by
vm_page.h.
Diffstat (limited to 'sys/modules/nwfs')
-rw-r--r-- | sys/modules/nwfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/nwfs/Makefile b/sys/modules/nwfs/Makefile index 69349de..9739611 100644 --- a/sys/modules/nwfs/Makefile +++ b/sys/modules/nwfs/Makefile @@ -6,7 +6,7 @@ KMOD= nwfs SRCS= vnode_if.h \ nwfs_node.c nwfs_ioctl.c nwfs_io.c nwfs_vfsops.c nwfs_vnops.c \ - nwfs_subr.c opt_vmpage.h + nwfs_subr.c .if defined(VNPRINT) CFLAGS+= -DVNPRINT |