Last change
on this file since a80a4a7 was
a80a4a7,
checked in by Ted Faber <faber@…>, 11 years ago
|
Keep state for desktop disconnect/connect cycles to work
|
-
Property mode set to
100644
|
File size:
897 bytes
|
Line | |
---|
1 | BINARIES=federate.sh federate.pl smbmount.FreeBSD.pl smbmount.Linux.pl \ |
---|
2 | make_hosts fed-tun.pl fed_evrepeater rc.fedaccounts \ |
---|
3 | config_from_tunnelip.pl active_config.pl combo.pl \ |
---|
4 | prep_gateway.pl port_forward.pl setup_bridge.pl import_key.pl \ |
---|
5 | gated_routing.pl start_seer.pl ospf_routing.pl quagga_routing.pl \ |
---|
6 | static_routing.pl unsetup_bridge.pl |
---|
7 | |
---|
8 | LIBRARIES=gateway_lib.pm |
---|
9 | |
---|
10 | PACKAGES=libevent-1.3b.tbz openospfd-4.0.tbz |
---|
11 | |
---|
12 | fedkit.tgz: ${LIBRARIES} ${BINARIES} ${PATCHES} ${PACKAGES} |
---|
13 | mkdir -p /tmp/fedkit/local/federation/bin |
---|
14 | mkdir -p /tmp/fedkit/local/federation/lib |
---|
15 | mkdir -p /tmp/fedkit/local/federation/etc |
---|
16 | mkdir -p /tmp/fedkit/local/federation/pkg |
---|
17 | cp ${BINARIES} /tmp/fedkit/local/federation/bin |
---|
18 | cp ${LIBRARIES} /tmp/fedkit/local/federation/lib |
---|
19 | cp ${PACKAGES} /tmp/fedkit/local/federation/pkg |
---|
20 | tar czf fedkit.tgz -C /tmp/fedkit local |
---|
21 | rm -rf /tmp/fedkit |
---|
22 | |
---|
23 | clean: |
---|
24 | rm -f fedkit.tgz |
---|
Note: See
TracBrowser
for help on using the repository browser.