- Timestamp:
- Feb 1, 2010 9:53:58 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- 2b35261
- Parents:
- b641cc7
- Location:
- fedkit
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedkit/Makefile
rb641cc7 r2edec46 1 1 BINARIES=federate.sh smbmount.FreeBSD.pl smbmount.Linux.pl \ 2 2 make_hosts fed-tun.pl fed_evrepeater rc.fedaccounts \ 3 config_from_tunnelip.pl 3 config_from_tunnelip.pl active_config.pl combo_active.pl \ 4 prep_gateway.pl port_forward.pl setup_bridge.pl 5 6 LIBRARIES=gateway_lib.pm 4 7 5 8 fedkit.tgz: ${BINARIES} ${PATCHES} 6 9 mkdir -p /tmp/fedkit/local/federation/bin 10 mkdir -p /tmp/fedkit/local/federation/lib 7 11 mkdir -p /tmp/fedkit/local/federation/etc 8 12 cp ${BINARIES} /tmp/fedkit/local/federation/bin 13 cp ${LIBRARIES} /tmp/fedkit/local/federation/lib 9 14 tar czf fedkit.tgz -C /tmp/fedkit local 10 15 rm -rf /tmp/fedkit
Note: See TracChangeset
for help on using the changeset viewer.