From db9c632b51ccfea7620c4cafaa62c6267c0f866d Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Wed, 10 Apr 2019 16:48:45 +0000 Subject: [PATCH] Fix build in sys/modules/nfscommon Sponsored by: The FreeBSD Foundation --- sys/modules/nfscommon/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/nfscommon/Makefile b/sys/modules/nfscommon/Makefile index c83ea1251951..28d658db75fa 100644 --- a/sys/modules/nfscommon/Makefile +++ b/sys/modules/nfscommon/Makefile @@ -7,6 +7,7 @@ SRCS= vnode_if.h \ nfs_commonkrpc.c \ nfs_commonport.c \ nfs_commonsubs.c \ + opt_inet.h \ opt_inet6.h \ opt_kgssapi.h \ opt_nfs.h \