diff options
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 3e0f9e2..ef8a789 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -9,6 +9,7 @@ DIST_SUBDIRS = \ ibm-acpi \ libsensors \ mbmon \ + netbsd \ nvidia \ omnibook \ pmu-sys \ @@ -41,6 +42,10 @@ else SUBDIRS += i2c-proc i2c-sys endif +if NETBSD +SUBDIRS += netbsd +endif + if NVIDIA SUBDIRS += nvidia endif |