summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfsserver
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1998-06-30 11:19:22 +0000
committerjmg <jmg@FreeBSD.org>1998-06-30 11:19:22 +0000
commitc8ef0cb9cd574505144db5e92748fc52ce7bb96f (patch)
treefc546413aff3c32e9742e91e4b90fee8d2d70565 /sys/modules/nfsserver
parent406115eeb396cf089147ab4705c4fe2018bc6969 (diff)
downloadFreeBSD-src-c8ef0cb9cd574505144db5e92748fc52ce7bb96f.zip
FreeBSD-src-c8ef0cb9cd574505144db5e92748fc52ce7bb96f.tar.gz
fix buildworld hopefully be3fore anyone complains...
NFS_*TIMO should possibly be converted to sysctl vars (jkh's suggestion), but in some cases it looks like nfs keeps a copy of the value in a struct hash sizes are already ifdef'd KERNEL, so there aren't userland inpact from them...
Diffstat (limited to 'sys/modules/nfsserver')
-rw-r--r--sys/modules/nfsserver/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/nfsserver/Makefile b/sys/modules/nfsserver/Makefile
index 4c43b11..991b848 100644
--- a/sys/modules/nfsserver/Makefile
+++ b/sys/modules/nfsserver/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1998/02/04 21:56:37 eivind Exp $
+# $Id: Makefile,v 1.6 1998/02/06 23:54:23 eivind Exp $
.PATH: ${.CURDIR}/../../sys/nfs
KMOD= nfs_mod
@@ -17,5 +17,7 @@ opt_inet.h:
.if ${NFS_INET} > 0
echo "#define INET 1" > opt_inet.h
.endif
+opt_nfs.h:
+ touch opt_nfs.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud