Skip to content

Commit

Permalink
mnc: interact with munin-plugins-busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
steveschnepp committed Feb 9, 2013
1 parent bf25714 commit c32620c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tools/munin-node-c/Makefile
Expand Up @@ -11,4 +11,11 @@ munin-node-c: ${OBJS}
${CC} ${CFLAGS} $^ -o $@
clean:
rm -f munin-node-c ${OBJS} ${LINKS}
.PHONY: all clean
rm -Rf plugins

plugins:
mkdir -p plugins
cd ../munin-plugins-busybox && make
cd plugins && for i in $$(find ../../munin-plugins-busybox -type l); do ln -s $$i; done

.PHONY: all clean plugins

0 comments on commit c32620c

Please sign in to comment.