Home
News
Forum
Documentation
Development
Contact
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Downloads
Development
Wiki Start
Wishlist
Timeline
Roadmap
Browse Source
New Ticket
View Tickets
Search:
Login
Settings
Help/Guide
About Trac
Last Change
Revision Log
root
/
tags
/
omega-1.0.0-rc2
/
tools
/
BSDmakefile
View revision:
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.
Download in other formats:
Original Format
######################################################################### # Site footer - Contents are automatically inserted after main Trac HTML ?>