|
|
1.1 ! root 1: ! 2: # ! 3: # Makefile for NNTP intstallation ! 4: # ! 5: ! 6: install: ! 7: @ echo "If you want to install a server version or" ! 8: @ echo "a client version, type \"make install_server\"" ! 9: @ echo "or \"make install_client\" respectively." ! 10: @ echo "See README for more details." ! 11: ! 12: install_server: ! 13: cd server; make install ! 14: cd support; make install ! 15: cd doc; make install ! 16: ! 17: install_client: ! 18: cd rrn; make install ! 19: cd inews; make install ! 20: cd doc; make install ! 21: ! 22: distrib: ! 23: rm -rf mods ! 24: cd server; make distrib ! 25: cd support; make distrib ! 26: cd inews; make distrib ! 27: cd common; make distrib ! 28: cd doc; make distrib
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.