up, add new config files and delete old tar conf file
[arrow.git] / conf_slk120 / ssh / Makefile
blob8f731ec8d2778800a8414521544e471f4d3c4a8b
1 DIRS= .ssh
2 FILES= Equifax_Secure_Certificate_Authority.pem
4 help:
5 @echo -e "subdir:\n $(SUBDIR)\n"
7 install:
8 $(CP) $(DIRS) $(ARROW)
9 $(CP) $(FILES) $(ROOT)/etc/ssl/certs/
10 chown:
11 for _FILE in $(FILES); do $(CHOWN) $(WHOOWN) $(ROOT)/etc/ssl/certs/$${_FILE}; done
12 $(CHOWN) $(WHOOWN) $(ARROW)/$(DIRS)