svn commit: r365232 - in head/sys/modules: nfscl nfsd

Rick Macklem rmacklem at FreeBSD.org
Wed Sep 2 01:29:34 UTC 2020


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 at 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>


More information about the svn-src-all mailing list