source: fedkit/Makefile @ 9c166cf

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

Support for this as a real fedkit. Loads using fedd and establishes connectivity

  • Property mode set to 100644
File size: 447 bytes
Line 
1BINARIES=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:     ${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        cp ${PATCHES} /tmp/fedkit/local/federation/etc
10        tar czf fedkit.tgz -C /tmp/fedkit local
11        rm -rf /tmp/fedkit
12
13clean:
14        rm -f fedkit.tgz
Note: See TracBrowser for help on using the repository browser.