root/branches/bind/configs/Makefile

Revision 1055, 273 bytes (checked in by vacancy, 8 months ago)

--

Line 
1 export
2
3 install:
4
5         $(SYSTEM_MAKE_DIRS) $(SYSTEM_CONF)/bind
6         cp ./named.conf ./working
7         cp ./named.conf $(SYSTEM_CONF)/bind
8         cp -R ./backup $(SYSTEM_CONF)/bind
9         cp -R ./parts $(SYSTEM_CONF)/bind
10         cp -R ./working $(SYSTEM_CONF)/bind
11
12 uninstall:
13
14         rm -rf $(SYSTEM_CONF)/bind
15
Note: See TracBrowser for help on using the browser.