Fix the standalone build of the nfscl and nfsd modules.

Reported by:	jhs@berklix.com
This commit is contained in:
Rick Macklem 2020-09-02 01:29:33 +00:00
parent 2984a8dd7c
commit ba774e9296
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365232
2 changed files with 2 additions and 0 deletions

View File

@ -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 \

View File

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