summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2006-01-26 19:21:27 +0000
committeralc <alc@FreeBSD.org>2006-01-26 19:21:27 +0000
commitf9829317cf57823e912177e4cb28a7616a7f7d00 (patch)
tree3dcff93eb804c83ee61e09da2705e51926ef44f3
parente6d8f031efa191c7ac8db48b9e2c22e7bc328459 (diff)
downloadFreeBSD-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.
-rw-r--r--sys/modules/linux/Makefile2
-rw-r--r--sys/modules/nwfs/Makefile2
-rw-r--r--sys/modules/smbfs/Makefile2
-rw-r--r--sys/modules/svr4/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile
index 213fa4d..88889c7 100644
--- a/sys/modules/linux/Makefile
+++ b/sys/modules/linux/Makefile
@@ -7,7 +7,7 @@ SRCS= linux_dummy.c linux_file.c linux_getcwd.c linux_ioctl.c linux_ipc.c \
linux_machdep.c linux_mib.c linux_misc.c linux_signal.c linux_socket.c \
linux_stats.c linux_sysctl.c linux_sysent.c linux_sysvec.c \
linux_util.c opt_compat.h opt_inet6.h opt_mac.h \
- opt_vmpage.h vnode_if.h
+ vnode_if.h
OBJS= linux_locore.o
.if ${MACHINE_ARCH} == "i386"
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
diff --git a/sys/modules/smbfs/Makefile b/sys/modules/smbfs/Makefile
index 17aa448..bc4316d 100644
--- a/sys/modules/smbfs/Makefile
+++ b/sys/modules/smbfs/Makefile
@@ -11,7 +11,7 @@ KMOD= smbfs
SRCS= vnode_if.h \
opt_inet.h opt_ipx.h \
- opt_netsmb.h opt_vmpage.h \
+ opt_netsmb.h \
iconv_converter_if.h \
md4c.c \
smb_conn.c smb_dev.c smb_trantcp.c smb_smb.c smb_subr.c smb_rq.c \
diff --git a/sys/modules/svr4/Makefile b/sys/modules/svr4/Makefile
index df17758..5cf015a 100644
--- a/sys/modules/svr4/Makefile
+++ b/sys/modules/svr4/Makefile
@@ -5,7 +5,7 @@ MAINTAINER= newton@FreeBSD.org
.PATH: ${.CURDIR}/../../${MACHINE_ARCH}/svr4 ${.CURDIR}/../../compat/svr4
KMOD= svr4
SRCS= svr4_sysent.c svr4_sysvec.c opt_compat.h opt_mac.h opt_svr4.h \
- opt_vmpage.h vnode_if.h imgact_svr4.c svr4_signal.c svr4_fcntl.c \
+ vnode_if.h imgact_svr4.c svr4_signal.c svr4_fcntl.c \
svr4_misc.c svr4_ioctl.c svr4_stat.c svr4_filio.c svr4_ttold.c \
svr4_termios.c svr4_stream.c svr4_socket.c svr4_sockio.c \
svr4_machdep.c svr4_resource.c svr4_ipc.c
OpenPOWER on IntegriCloud