source: fedkit/Makefile @ 01308c9

axis_examplecompt_changesinfo-opsversion-1.30version-2.00version-3.01version-3.02
Last change on this file since 01308c9 was 01308c9, checked in by Ted Faber <faber@…>, 16 years ago

add the ability to create fedkit tar file

  • Property mode set to 100644
File size: 414 bytes
Line 
1BINARIES=fed_bootstrap federate.sh smbmount.FreeBSD.pl smbmount.Linux.pl \
2         make_hosts fed-tun.pl fed-tun.ucb.pl fed_evrepeater
3PATCHES=rc.accounts.patch
4
5fedkit.tgz:
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        cp ${PATCHES} /tmp/fedkit/local/federation/etc
10        tar czf fedkit.tgz -C /tmp/fedkit local
11        rm -rf /tmp/fedkit$$
Note: See TracBrowser for help on using the repository browser.