File:  [Research Unix] / researchv10no / ipc / mgrs / ns / mkdb / mkfile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:34 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

SYSTEMS=`sed 's/.*/\/usr\/lib\/uucp\/&/' < /usr/lib/uucp/Sysfiles`

all: network.F

/etc/hosts /etc/hosts.local:

/etc/networks /etc/networks.local:

/usr/lib/uucp/Systems:
/usr/lib/uucp/Systems.dk:
/usr/lib/uucp/Systems.gen:
/usr/lib/uucp/Systems.local:

hosts.out: /etc/hosts.local /etc/hosts
	parsehosts.sh $prereq > hosts.out

systems.out: $SYSTEMS
	parsesys.sh $prereq > systems.out

networks.out: /etc/networks.local /etc/networks
	parsenets.sh $prereq > networks.out

network.dir: hosts.out networks.out systems.out
	cat $prereq > network.dir

network.ix: network.dir
	mkindex.sh network.dir > network.ix

network.F: network.ix
	echo "Make network btree"
	cbt creat network
	cbt build network <network.ix

install: network.F
	cp network.[FT] network.dir /usr/ipc/lib

fromsmb:
	rcp ulysses:/etc/hosts ulysses:/etc/networks /etc

clean:
	rm -f *.out network.ix network.dir network.[FT]

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.