Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2020 01:29:34 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r365232 - in head/sys/modules: nfscl nfsd
Message-ID:  <202009020129.0821TY14079976@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rmacklem
Date: Wed Sep  2 01:29:33 2020
New Revision: 365232
URL: https://svnweb.freebsd.org/changeset/base/365232

Log:
  Fix the standalone build of the nfscl and nfsd modules.
  
  Reported by:	jhs@berklix.com

Modified:
  head/sys/modules/nfscl/Makefile
  head/sys/modules/nfsd/Makefile

Modified: head/sys/modules/nfscl/Makefile
==============================================================================
--- head/sys/modules/nfscl/Makefile	Tue Sep  1 23:16:38 2020	(r365231)
+++ head/sys/modules/nfscl/Makefile	Wed Sep  2 01:29:33 2020	(r365232)
@@ -17,6 +17,7 @@ SRCS=	vnode_if.h \
 	opt_bootp.h \
 	opt_inet.h \
 	opt_inet6.h \
+	opt_kern_tls.h \
 	opt_kgssapi.h \
 	opt_nfs.h \
 	opt_nfsroot.h \

Modified: head/sys/modules/nfsd/Makefile
==============================================================================
--- head/sys/modules/nfsd/Makefile	Tue Sep  1 23:16:38 2020	(r365231)
+++ head/sys/modules/nfsd/Makefile	Wed Sep  2 01:29:33 2020	(r365232)
@@ -15,6 +15,7 @@ SRCS=	vnode_if.h \
 	opt_nfs.h \
 	opt_inet.h \
 	opt_inet6.h \
+	opt_kern_tls.h \
 	opt_kgssapi.h
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009020129.0821TY14079976>