|
|
1.1 ! root 1: DIRS=common dkmgr ndkmgr tcpmgr svcmgr ! 2: IDIRS=dkmgr tcpmgr svcmgr ! 3: ! 4: all:Q: ! 5: for i in $DIRS ! 6: do echo ::::$i:::: ! 7: (cd $i;mk $target) ! 8: done ! 9: ! 10: install:Q: ! 11: for i in $IDIRS ! 12: do echo ::::$i:::: ! 13: (cd $i;mk $target) ! 14: done ! 15: ! 16: clean:Q: ! 17: for i in $DIRS ! 18: do echo ::::$i:::: ! 19: (cd $i;mk $target) ! 20: done ! 21: ! 22: cyntax:Q: ! 23: for i in $DIRS ! 24: do echo ::::$i:::: ! 25: (cd $i;mk -p $target) ! 26: done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.