diff options
author | Robert Mustacchi <rm@joyent.com> | 2014-05-15 16:20:20 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2014-05-15 16:21:09 +0000 |
commit | 2dd47dbb237d1afeefb2f8ec036a2c92aac803e0 (patch) | |
tree | bb88823c985a26d64bc3be21a686c8d79b16b796 /usr/src/cmd | |
parent | f125c60e1c7047c3d568fc34ed448d43f760e75a (diff) | |
download | illumos-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/Makefile | 2 |
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) |