source: fedkit/Makefile @ fde165c

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

Stop depending on the patched rc.accounts file to install accounts.

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