Unbreak this build.

This commit is contained in:
Brian Feldman 1999-11-02 04:16:17 +00:00
parent 9ca7957c86
commit fa470df9db
3 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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