diff options
author | Joshua M. Clulow <jmc@joyent.com> | 2013-04-27 08:59:47 +0000 |
---|---|---|
committer | Joshua M. Clulow <jmc@joyent.com> | 2013-04-27 08:59:47 +0000 |
commit | 33913a2e553289d3cb6f7cfb9466cc3f808c9521 (patch) | |
tree | 1c6a81db33c3bdc3cce31a05fbb17e0068efcc18 | |
parent | 36c615a1b58edf83e35d5fffaa20a1935d638260 (diff) | |
download | illumos-joyent-33913a2e553289d3cb6f7cfb9466cc3f808c9521.tar.gz |
OS-2001 disk-monitor should activate fault/fail indicators (fix build)
OS-2176 disk-lights broke the build
-rw-r--r-- | usr/src/cmd/fm/modules/common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/fm/modules/common/Makefile b/usr/src/cmd/fm/modules/common/Makefile index 27c00d9b08..2d92330f4f 100644 --- a/usr/src/cmd/fm/modules/common/Makefile +++ b/usr/src/cmd/fm/modules/common/Makefile @@ -23,6 +23,7 @@ # SUBDIRS = cpumem-retire \ + disk-lights \ disk-monitor \ disk-transport \ eversholt \ |