|
|
1.1 root 1: #
2: # Makefile for NNTP intstallation
3: #
4: all:
5: cd server; make ${MFLAGS} all
6: cd support; make ${MFLAGS} all
7: cd rrn; make depend; make ${MFLAGS} all
8: cd inews; make ${MFLAGS} all
9:
10: install: install_client
11:
12: clean:
13: cd server; make ${MFLAGS} clean
14: cd support; make ${MFLAGS} clean
15: cd rrn; make ${MFLAGS} clean
16: cd inews; make ${MFLAGS} clean
17:
18: install_server:
19: cd server; make ${MFLAGS} install
20: cd support; make ${MFLAGS} install
21:
22: install_client:
23: cd rrn; make ${MFLAGS} install
24: cd inews; make ${MFLAGS} install
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.