source: fedkit/Makefile @ b641cc7

axis_examplecompt_changesinfo-opsversion-3.01version-3.02
Last change on this file since b641cc7 was 4702322, checked in by Ted Faber <faber@…>, 15 years ago

Add config to make file.

Remove remoteconfigfile from fed-tun.pl as well as removing the need to call
with a config file name.

Do not attempt to set up routes on nodes without a router parameter.

  • Property mode set to 100644
File size: 401 bytes
Line 
1BINARIES=federate.sh smbmount.FreeBSD.pl smbmount.Linux.pl \
2         make_hosts fed-tun.pl fed_evrepeater rc.fedaccounts \
3         config_from_tunnelip.pl
4
5fedkit.tgz:     ${BINARIES} ${PATCHES}
6        mkdir -p /tmp/fedkit/local/federation/bin
7        mkdir -p /tmp/fedkit/local/federation/etc
8        cp ${BINARIES} /tmp/fedkit/local/federation/bin
9        tar czf fedkit.tgz -C /tmp/fedkit local
10        rm -rf /tmp/fedkit
11
12clean:
13        rm -f fedkit.tgz
Note: See TracBrowser for help on using the repository browser.