summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2014-05-15 16:20:20 +0000
committerRobert Mustacchi <rm@joyent.com>2014-05-15 16:21:09 +0000
commit2dd47dbb237d1afeefb2f8ec036a2c92aac803e0 (patch)
treebb88823c985a26d64bc3be21a686c8d79b16b796
parentf125c60e1c7047c3d568fc34ed448d43f760e75a (diff)
downloadillumos-joyent-release-20140515.tar.gz
OS-2677 modules should appear in /system/boot (fix makefile)20140515release-20140515
-rw-r--r--usr/src/cmd/fs.d/Makefile2
-rw-r--r--usr/src/uts/intel/Makefile.intel2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/fs.d/Makefile b/usr/src/cmd/fs.d/Makefile
index 2f0be1c22f..6cf7642d17 100644
--- a/usr/src/cmd/fs.d/Makefile
+++ b/usr/src/cmd/fs.d/Makefile
@@ -39,7 +39,7 @@ DEFAULTFILES= fs.dfl
include ../Makefile.cmd
-SUBDIR1= hyprlofs lofs zfs
+SUBDIR1= bootfs hyprlofs lofs zfs
SUBDIR2= dev fd pcfs nfs hsfs lxproc proc ctfs udfs ufs tmpfs cachefs \
autofs mntfs objfs sharefs smbclnt reparsed
SUBDIRS= $(SUBDIR1) $(SUBDIR2)
diff --git a/usr/src/uts/intel/Makefile.intel b/usr/src/uts/intel/Makefile.intel
index b818b1860c..6b65b0f40f 100644
--- a/usr/src/uts/intel/Makefile.intel
+++ b/usr/src/uts/intel/Makefile.intel
@@ -535,7 +535,7 @@ SCHED_KMODS += IA RT TS RT_DPTBL TS_DPTBL FSS FX FX_DPTBL SDC
FS_KMODS += autofs cachefs ctfs dcfs dev devfs fdfs fifofs hsfs hyprlofs
FS_KMODS += lofs lx_afs lx_proc lxprocfs mntfs namefs nfs objfs zfs zut
FS_KMODS += pcfs procfs sockfs specfs tmpfs udfs ufs sharefs
-FS_KMODS += smbfs
+FS_KMODS += smbfs bootfs
#
# Streams Modules (/kernel/strmod):