summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfscl
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2011-06-23 20:31:52 +0000
committeruqs <uqs@FreeBSD.org>2011-06-23 20:31:52 +0000
commit484c74853314285d6c33b76eff2f8fa4825cf4e3 (patch)
tree2a26002f4a6ae422ed0e4ef0a7dea894e0747ea7 /sys/modules/nfscl
parent4a9f970de4a7f79286fa73de073a7c44187a9f60 (diff)
downloadFreeBSD-src-484c74853314285d6c33b76eff2f8fa4825cf4e3.zip
FreeBSD-src-484c74853314285d6c33b76eff2f8fa4825cf4e3.tar.gz
Fix make buildworld -DMODULES_WITH_WORLD
Sort opt_ srcs
Diffstat (limited to 'sys/modules/nfscl')
-rw-r--r--sys/modules/nfscl/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys/modules/nfscl/Makefile b/sys/modules/nfscl/Makefile
index 46fa327..a9b2003 100644
--- a/sys/modules/nfscl/Makefile
+++ b/sys/modules/nfscl/Makefile
@@ -14,13 +14,14 @@ SRCS= vnode_if.h \
nfs_clsubs.c \
nfs_clvfsops.c \
nfs_clvnops.c \
+ opt_bootp.h \
opt_inet.h \
opt_inet6.h \
- opt_bootp.h \
- opt_nfsroot.h \
+ opt_kdtrace.h \
+ opt_kgssapi.h \
opt_nfs.h \
- opt_ufs.h \
- opt_kgssapi.h
+ opt_nfsroot.h \
+ opt_ufs.h
.if !defined(KERNBUILDDIR)
NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel
OpenPOWER on IntegriCloud