diff options
-rw-r--r-- | sys/modules/nfslockd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/nfslockd/Makefile b/sys/modules/nfslockd/Makefile index 104925c..c76c2dd 100644 --- a/sys/modules/nfslockd/Makefile +++ b/sys/modules/nfslockd/Makefile @@ -10,7 +10,7 @@ SRCS= vnode_if.h \ nlm_prot_svc.c \ nlm_prot_xdr.c \ sm_inter_xdr.c -SRCS+= opt_inet6.h +SRCS+= opt_inet6.h opt_nfs.h .if !defined(KERNBUILDDIR) NFS_INET6?= 1 # 0/1 - requires INET6 to be configured in kernel |