summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfsserver
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-10-16 04:30:52 +0000
committerpeter <peter@FreeBSD.org>1998-10-16 04:30:52 +0000
commitac52f6b7583c0e99b3dae24ff997a883eb9a9c4b (patch)
tree0fe9e0d5ef6ae112bba6612c549035f20ce56245 /sys/modules/nfsserver
parentcee4b5d4c180c7f89787124e2aefbde4bf062b46 (diff)
downloadFreeBSD-src-ac52f6b7583c0e99b3dae24ff997a883eb9a9c4b.zip
FreeBSD-src-ac52f6b7583c0e99b3dae24ff997a883eb9a9c4b.tar.gz
Sample initial set of kld-ified modules. Not all have been completely
converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
Diffstat (limited to 'sys/modules/nfsserver')
-rw-r--r--sys/modules/nfsserver/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/modules/nfsserver/Makefile b/sys/modules/nfsserver/Makefile
index 71b19a9..719adcd 100644
--- a/sys/modules/nfsserver/Makefile
+++ b/sys/modules/nfsserver/Makefile
@@ -1,15 +1,15 @@
-# $Id$
+# $Id: Makefile,v 1.10 1998/07/07 02:27:09 bde Exp $
-.PATH: ${.CURDIR}/../../sys/nfs
-KMOD= nfs_mod
+.PATH: ${.CURDIR}/../../nfs
+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_INET?= 1 # 0/1 - requires INET to be configured in kernel
NOMAN=
-VFS_LKM=
+VFS_KLD=
CFLAGS+= -DNFS
-CLEANFILES= opt_inet.h opt_nfs.h opt_vmpage.h
+CLEANFILES= opt_inet.h opt_nfs.h opt_vmpage.h opt_posix.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_nfs.h opt_vmpage.h opt_posix.h:
touch ${.TARGET}
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud