diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2008-11-25 16:11:41 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2008-11-25 16:11:41 +0000 |
| commit | 23c107627d67331e2ffed33bba95fc04c6512518 (patch) | |
| tree | 89248a31f915ab5af4b3992bfba355a65e736707 /sys/modules | |
| parent | ef61995ebd2af55678578d9538a917206e0b43c0 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/nfsserver/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/nfsserver/Makefile b/sys/modules/nfsserver/Makefile index 3ff2b19d9ce4..5532060878e2 100644 --- a/sys/modules/nfsserver/Makefile +++ b/sys/modules/nfsserver/Makefile @@ -6,6 +6,7 @@ SRCS= vnode_if.h \ nfs_fha.c nfs_serv.c nfs_srvkrpc.c nfs_srvsock.c nfs_srvcache.c \ nfs_srvsubs.c nfs_syscalls.c nfs_common.c \ opt_mac.h \ + opt_kgssapi.h \ opt_nfs.h SRCS+= opt_inet6.h |
