From 929321a4fb980b7f8c78be3017b2b46e814afdb2 Mon Sep 17 00:00:00 2001 From: runesk Date: Fri, 15 Jun 2007 12:04:54 +0000 Subject: [PATCH] munin-node depends on plugins git-svn-id: svn://svn.code.sf.net/p/muninlite/code/muninlite@10 35caa317-6b62-4e8a-81c0-b04f0c356266 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc262a9..d327e7f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PLUGINS=df cpu if_ if_err_ load memory processes swap netstat uptime interrupts irqstats #PLUGINS=cpu if_ if_err_ load memory processes netstat uptime interrupts irqstats -munin-node: +munin-node: plugins/* @VERSION=$$(cat VERSION); \ echo "Making munin-node for muninlite version $$VERSION"; \ PLSTR=""; \