diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -10,7 +10,9 @@ collectordir = $(libdir)/sitesummary/collect.d INSTALL = install INSTALL_DATA = $(INSTALL) -m 644 -COLLECTORS = collect.d/system +COLLECTORS = \ + collect.d/system \ + collect.d/siteinfo all: |