13 lines
431 B
Makefile
13 lines
431 B
Makefile
|
|
STATEDIR = /etc/bondingadmin/salt-config/states/customfirewall
|
|
PILLARDIR = /etc/bondingadmin/salt-config/pillars/customfirewall
|
|
|
|
all:
|
|
|
|
install:
|
|
install -d -m 0755 $(DESTDIR)$(STATEDIR)
|
|
install -m 0644 40_customfirewall $(DESTDIR)$(STATEDIR)/40_customfirewall
|
|
install -m 0644 customfirewall $(DESTDIR)$(STATEDIR)/customfirewall
|
|
install -m 0644 init.sls $(DESTDIR)$(STATEDIR)/init.sls
|
|
install -d -m 0755 $(DESTDIR)$(PILLARDIR)
|