From 53a90226df6c6fafc2723659ce2a456d014fc3b6 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 24 Jan 2013 01:39:38 +0100 Subject: Makefile: install all check_* scripts --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/" -- cgit v1.2.3-1-g7c22