]> arthur.barton.de Git - ZabbixExtensions.git/blob - templates/Makefile
Initial commit
[ZabbixExtensions.git] / templates / Makefile
1 #
2 # Makefile
3 #
4
5 TEMPLATES = \
6         "Template App Backup-Script.xml" \
7         "Template App TimeMachine.xml"
8
9 TEMPLATE_D = /share/zabbix-extensions/templates
10
11 include ../lib/Makefile.ax
12
13 install-local:
14         install -d -o $(USER) -g $(GROUP) -m 755 \
15          $(DESTDIR)$(PREFIX)$(TEMPLATE_D)
16         install -o $(USER) -g $(GROUP) -m 644 \
17          $(TEMPLATES) $(DESTDIR)$(PREFIX)$(TEMPLATE_D)