Make libnfs compile.

This commit is contained in:
pooka 2008-10-06 01:00:57 +00:00
parent f4c6b13e6b
commit e15435197f
9 changed files with 28 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2008/07/29 13:17:43 pooka Exp $
# $NetBSD: Makefile,v 1.4 2008/10/06 01:00:57 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../nfs
@ -8,5 +8,8 @@ LIB= rumpfs_nfs
SRCS= krpc_subr.c nfs_bio.c nfs_boot.c nfs_kq.c nfs_node.c \
nfs_socket.c nfs_subs.c nfs_syscalls.c nfs_vfsops.c nfs_vnops.c
CPPFLAGS+= -I${.CURDIR}/../../../net/lib/libnet/opt
CPPFLAGS+= -I${.CURDIR}/../../../net/lib/libnetinet/opt
.include <bsd.lib.mk>
.include <bsd.klinks.mk>

View File

@ -0,0 +1,3 @@
/* $NetBSD: fs_nfs.h,v 1.1 2008/10/06 01:00:57 pooka Exp $ */
#define NFS

View File

@ -0,0 +1,3 @@
/* $NetBSD: opt_compat_netbsd.h,v 1.1 2008/10/06 01:00:57 pooka Exp $ */
/* empty */

View File

@ -0,0 +1,3 @@
/* $NetBSD: opt_ddb.h,v 1.1 2008/10/06 01:00:57 pooka Exp $ */
/* empty */

View File

@ -0,0 +1,3 @@
/* $NetBSD: opt_nfs.h,v 1.1 2008/10/06 01:00:57 pooka Exp $ */
/* empty */

View File

@ -0,0 +1,3 @@
/* $NetBSD: opt_nfs_boot.h,v 1.1 2008/10/06 01:00:57 pooka Exp $ */
/* empty */

View File

@ -0,0 +1,3 @@
/* $NetBSD: opt_nfsserver.h,v 1.1 2008/10/06 01:00:57 pooka Exp $ */
/* empty */

View File

@ -0,0 +1,3 @@
/* $NetBSD: opt_tftproot.h,v 1.1 2008/10/06 01:00:57 pooka Exp $ */
/* empty */

View File

@ -0,0 +1,3 @@
/* $NetBSD: opt_uvmhist.h,v 1.1 2008/10/06 01:00:57 pooka Exp $ */
/* empty */