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