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...
This commit is contained in:
Søren Schmidt 1998-07-02 14:09:44 +00:00
parent 66fa510625
commit 22ae800eb6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37341
4 changed files with 20 additions and 8 deletions

View File

@ -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 <bsd.kmod.mk>

View File

@ -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 <bsd.kmod.mk>

View File

@ -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 <bsd.kmod.mk>

View File

@ -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 <bsd.kmod.mk>