summaryrefslogtreecommitdiff
path: root/usr/src/cmd
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 /usr/src/cmd
parentf125c60e1c7047c3d568fc34ed448d43f760e75a (diff)
downloadillumos-joyent-release-20140515.tar.gz
OS-2677 modules should appear in /system/boot (fix makefile)20140515release-20140515
Diffstat (limited to 'usr/src/cmd')
-rw-r--r--usr/src/cmd/fs.d/Makefile2
1 files changed, 1 insertions, 1 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)