source: fedkit/Makefile @ 9a52a80

Last change on this file since 9a52a80 was 9a52a80, checked in by Ted Faber <faber@…>, 11 years ago

Static routing

  • Property mode set to 100644
File size: 879 bytes
RevLine 
[c0a8738]1BINARIES=federate.sh federate.pl smbmount.FreeBSD.pl smbmount.Linux.pl \
[4702322]2         make_hosts fed-tun.pl fed_evrepeater rc.fedaccounts \
[8d4e4fb]3         config_from_tunnelip.pl active_config.pl combo.pl \
[0b66338]4         prep_gateway.pl port_forward.pl setup_bridge.pl import_key.pl \
[9a52a80]5         gated_routing.pl start_seer.pl ospf_routing.pl quagga_routing.pl \
6         static_routing.pl
[2edec46]7
8LIBRARIES=gateway_lib.pm
[01308c9]9
[dc803a7]10PACKAGES=libevent-1.3b.tbz openospfd-4.0.tbz
11
12fedkit.tgz:     ${LIBRARIES} ${BINARIES} ${PATCHES} ${PACKAGES}
[01308c9]13        mkdir -p /tmp/fedkit/local/federation/bin
[2edec46]14        mkdir -p /tmp/fedkit/local/federation/lib
[01308c9]15        mkdir -p /tmp/fedkit/local/federation/etc
[dc803a7]16        mkdir -p /tmp/fedkit/local/federation/pkg
[01308c9]17        cp ${BINARIES} /tmp/fedkit/local/federation/bin
[2edec46]18        cp ${LIBRARIES} /tmp/fedkit/local/federation/lib
[dc803a7]19        cp ${PACKAGES} /tmp/fedkit/local/federation/pkg
[01308c9]20        tar czf fedkit.tgz -C /tmp/fedkit local
[9c166cf]21        rm -rf /tmp/fedkit
22
23clean:
24        rm -f fedkit.tgz
Note: See TracBrowser for help on using the repository browser.