root/tags/omega-1.0.0-rc2/tools/BSDmakefile

Revision 469, 321 bytes (checked in by malte, 2 years ago)

--

Line 
1
2 .include <../Makefile.inc>
3
4 DAEMON_DIR=$(SYSTEM_ROOT)/daemon
5
6 install:
7         cd ./build && $(MAKE) install
8         cd ./daemon && $(MAKE) ispcp_daemon
9         $(SYSTEM_MAKE_DIRS) $(DAEMON_DIR)
10         cp ./daemon/ispcp_daemon $(DAEMON_DIR)
11
12 uninstall:
13
14         cd ./build && $(MAKE) uninstall
15         cd ./daemon && $(MAKE) uninstall
16         rm -rf $(DAEMON_DIR)
17
Note: See TracBrowser for help on using the browser.