summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d05e6fe..dd3410c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,13 @@
PREFIX?=/usr
UPSTREAM=master
VERSION=$(shell git describe --tags $(UPSTREAM))
+SCRIPTS=$(wildcard check_*)
all:
clean:
-install: check_load
+install: $(SCRIPTS)
install -d "$(DESTDIR)$(PREFIX)/lib/nagios/plugins/vserver/"
install $? "$(DESTDIR)$(PREFIX)/lib/nagios/plugins/vserver/"