From 22ae800eb64d9cdc8d27033933d29412d3fb3f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Schmidt?= Date: Thu, 2 Jul 1998 14:09:44 +0000 Subject: [PATCH] Fix the N'th occurance of missed bits due to opt_???? mucking. Doesn't anybody TEST code before committing.... This is the N+1'th time these laste couble of days... --- lkm/nfs/Makefile | 7 +++++-- sys/modules/nfs/Makefile | 7 +++++-- sys/modules/nfsclient/Makefile | 7 +++++-- sys/modules/nfsserver/Makefile | 7 +++++-- 4 files changed, 20 insertions(+), 8 deletions(-) diff --git a/lkm/nfs/Makefile b/lkm/nfs/Makefile index 16e192679970..a407e676f984 100644 --- a/lkm/nfs/Makefile +++ b/lkm/nfs/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.7 1998/06/30 11:19:20 jmg Exp $ +# $Id: Makefile,v 1.8 1998/06/30 11:29:01 jmg Exp $ .PATH: ${.CURDIR}/../../sys/nfs KMOD= nfs_mod SRCS= nfs_bio.c nfs_node.c nfs_nqlease.c nfs_serv.c nfs_socket.c \ nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c \ - nfs_vnops.c opt_inet.h + nfs_vnops.c opt_inet.h opt_nfs.h opt_vmpage.h NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel NOMAN= VFS_LKM= @@ -20,4 +20,7 @@ opt_inet.h: opt_nfs.h: touch opt_nfs.h +opt_vmpage.h: + touch opt_vmpage.h + .include diff --git a/sys/modules/nfs/Makefile b/sys/modules/nfs/Makefile index 16e192679970..a407e676f984 100644 --- a/sys/modules/nfs/Makefile +++ b/sys/modules/nfs/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.7 1998/06/30 11:19:20 jmg Exp $ +# $Id: Makefile,v 1.8 1998/06/30 11:29:01 jmg Exp $ .PATH: ${.CURDIR}/../../sys/nfs KMOD= nfs_mod SRCS= nfs_bio.c nfs_node.c nfs_nqlease.c nfs_serv.c nfs_socket.c \ nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c \ - nfs_vnops.c opt_inet.h + nfs_vnops.c opt_inet.h opt_nfs.h opt_vmpage.h NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel NOMAN= VFS_LKM= @@ -20,4 +20,7 @@ opt_inet.h: opt_nfs.h: touch opt_nfs.h +opt_vmpage.h: + touch opt_vmpage.h + .include diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile index 16e192679970..a407e676f984 100644 --- a/sys/modules/nfsclient/Makefile +++ b/sys/modules/nfsclient/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.7 1998/06/30 11:19:20 jmg Exp $ +# $Id: Makefile,v 1.8 1998/06/30 11:29:01 jmg Exp $ .PATH: ${.CURDIR}/../../sys/nfs KMOD= nfs_mod SRCS= nfs_bio.c nfs_node.c nfs_nqlease.c nfs_serv.c nfs_socket.c \ nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c \ - nfs_vnops.c opt_inet.h + nfs_vnops.c opt_inet.h opt_nfs.h opt_vmpage.h NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel NOMAN= VFS_LKM= @@ -20,4 +20,7 @@ opt_inet.h: opt_nfs.h: touch opt_nfs.h +opt_vmpage.h: + touch opt_vmpage.h + .include diff --git a/sys/modules/nfsserver/Makefile b/sys/modules/nfsserver/Makefile index 16e192679970..a407e676f984 100644 --- a/sys/modules/nfsserver/Makefile +++ b/sys/modules/nfsserver/Makefile @@ -1,10 +1,10 @@ -# $Id: Makefile,v 1.7 1998/06/30 11:19:20 jmg Exp $ +# $Id: Makefile,v 1.8 1998/06/30 11:29:01 jmg Exp $ .PATH: ${.CURDIR}/../../sys/nfs KMOD= nfs_mod SRCS= nfs_bio.c nfs_node.c nfs_nqlease.c nfs_serv.c nfs_socket.c \ nfs_srvcache.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c \ - nfs_vnops.c opt_inet.h + nfs_vnops.c opt_inet.h opt_nfs.h opt_vmpage.h NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel NOMAN= VFS_LKM= @@ -20,4 +20,7 @@ opt_inet.h: opt_nfs.h: touch opt_nfs.h +opt_vmpage.h: + touch opt_vmpage.h + .include