opt_vmpage.h is no longer needed here because it is not included by
vm_page.h.
This commit is contained in:
parent
0574df71dc
commit
972e95c81a
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user