Unbreak this build.
This commit is contained in:
parent
9ca7957c86
commit
fa470df9db
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user