From 5426039470cbdf20980b0d17e286629836515447 Mon Sep 17 00:00:00 2001 From: Michael Howe Date: Sat, 17 Nov 2012 16:29:40 +0000 Subject: [PATCH] Added makefile --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5dfc391 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ + +PLUGINDIR=plugins +INSTALL=/usr/bin/install +DSTPLUGINDIR=$(DESTDIR)/usr/share/munin/plugins + +install: + $(INSTALL) -d $(DSTPLUGINDIR) + $(INSTALL) -m 0755 $(PLUGINDIR)/snmp__networkclients $(DSTPLUGINDIR) -- 2.39.5