From fa470df9db52cee94a0b6ab3438ac44f2efd170e Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Tue, 2 Nov 1999 04:16:17 +0000 Subject: Unbreak this build. --- sys/modules/nfs/Makefile | 6 +++--- sys/modules/nfsclient/Makefile | 6 +++--- sys/modules/nfsserver/Makefile | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'sys/modules') diff --git a/sys/modules/nfs/Makefile b/sys/modules/nfs/Makefile index 113d58922c05..9aa10ae87f80 100644 --- a/sys/modules/nfs/Makefile +++ b/sys/modules/nfs/Makefile @@ -4,12 +4,12 @@ KMOD= nfs 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 opt_nfs.h opt_vmpage.h + nfs_vnops.c opt_inet.h opt_nfs.h opt_vmpage.h opt_bootp.h NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel NOMAN= VFS_KLD= CFLAGS+= -DNFS -CLEANFILES= opt_inet.h opt_nfs.h opt_vmpage.h opt_posix.h +CLEANFILES= opt_inet.h opt_nfs.h opt_vmpage.h opt_posix.h opt_bootp.h opt_inet.h: touch ${.TARGET} @@ -17,7 +17,7 @@ opt_inet.h: echo "#define INET 1" > ${.TARGET} .endif -opt_nfs.h opt_vmpage.h opt_posix.h: +opt_nfs.h opt_vmpage.h opt_posix.h opt_bootp.h: touch ${.TARGET} .include diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile index 113d58922c05..9aa10ae87f80 100644 --- a/sys/modules/nfsclient/Makefile +++ b/sys/modules/nfsclient/Makefile @@ -4,12 +4,12 @@ KMOD= nfs 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 opt_nfs.h opt_vmpage.h + nfs_vnops.c opt_inet.h opt_nfs.h opt_vmpage.h opt_bootp.h NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel NOMAN= VFS_KLD= CFLAGS+= -DNFS -CLEANFILES= opt_inet.h opt_nfs.h opt_vmpage.h opt_posix.h +CLEANFILES= opt_inet.h opt_nfs.h opt_vmpage.h opt_posix.h opt_bootp.h opt_inet.h: touch ${.TARGET} @@ -17,7 +17,7 @@ opt_inet.h: echo "#define INET 1" > ${.TARGET} .endif -opt_nfs.h opt_vmpage.h opt_posix.h: +opt_nfs.h opt_vmpage.h opt_posix.h opt_bootp.h: touch ${.TARGET} .include diff --git a/sys/modules/nfsserver/Makefile b/sys/modules/nfsserver/Makefile index 113d58922c05..9aa10ae87f80 100644 --- a/sys/modules/nfsserver/Makefile +++ b/sys/modules/nfsserver/Makefile @@ -4,12 +4,12 @@ KMOD= nfs 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 opt_nfs.h opt_vmpage.h + nfs_vnops.c opt_inet.h opt_nfs.h opt_vmpage.h opt_bootp.h NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel NOMAN= VFS_KLD= CFLAGS+= -DNFS -CLEANFILES= opt_inet.h opt_nfs.h opt_vmpage.h opt_posix.h +CLEANFILES= opt_inet.h opt_nfs.h opt_vmpage.h opt_posix.h opt_bootp.h opt_inet.h: touch ${.TARGET} @@ -17,7 +17,7 @@ opt_inet.h: echo "#define INET 1" > ${.TARGET} .endif -opt_nfs.h opt_vmpage.h opt_posix.h: +opt_nfs.h opt_vmpage.h opt_posix.h opt_bootp.h: touch ${.TARGET} .include -- cgit v1.3