Annotation of researchv9/cmd/mkfile, revision 1.1

1.1     ! root        1: #
        !             2: #      to add a command, add its name to ALL below and insert the appropriate
        !             3: #      rules to make it below (3 for files, one for dirs). copy existing
        !             4: #      rules to get it right
        !             5: #
        !             6: CFLAGS=-O
        !             7: INS=install
        !             8: MAKE=make
        !             9: ENVIRON='install(){
        !            10:        cp $1 $4
        !            11:        strip $4
        !            12:        chmod $3 $4
        !            13:        chown $2 $4
        !            14: }
        !            15: dirins(){
        !            16:        $MAKE clean && $MAKE && $MAKE install && $MAKE clean
        !            17: }'
        !            18: ALL=2621 300 300s 4014 450 512restor AllCharges Charges PDP11\
        !            19:        ac accton adb analyze ap apnews apply apsend ar arcv arff\
        !            20:        as asa ascii asd asd++ at awk backup bad144 basename basic\
        !            21:        bc bcd bundle byteyears c2 cal calendar call cat cb cbt cc\
        !            22:        ccom cf cflow cflow cfront charge chdate checkeq chmod chown\
        !            23:        clear clri cmp col comm compact compat compress config coreid\
        !            24:        cp cpio cpp cref cron ct ctags cu cut cvcrypt cyntax d202\
        !            25:        daemon date dblbuf dc dcheck dd deroff descrypt df dict diction diff\
        !            26:        diff3 dimpress dircmp dired dis dkname dkstat dmesg docgen\
        !            27:        dskcpy du dump dumpcatch dumpdir echo ed efl egrep eqn equal\
        !            28:        error ether ex expand expr f77 factor false fcopy fgrep file\
        !            29:        find findo flcopy fmt fold fsck fsplit getopt getty getuid\
        !            30:        grap graph grep groups halt hang hdr head hideblock hoc hp\
        !            31:        icheck icon id ideal idiff idle init iostat ipa join kasb\
        !            32:        kill labmake last lcomp ld learn lex lfactor library lim\
        !            33:        limiter lint ln load log logdir login look ls m4 make makekey man\
        !            34:        map markbad mc mesg mips mk mkbitfs mkdir mkfs mknod mkstr\
        !            35:        mm mmt monk morse mount movie mt mv ncheck neqn netfsbug\
        !            36:        netnews newer newgrp news nice nm nohup number numdate od\
        !            37:        oops p pack paper pascal passwd passwdx paste pcc1 pfort\
        !            38:        pic pico pl plot poly postscript pp pr prefer pret primes\
        !            39:        printenv printf procmount prof ps pstat pti ptx punct pwd\
        !            40:        pwintf quot random ranlib rarepl rates ratfor readslow\
        !            41:        reboot reccp refer reloc remshent renice restor rev revpag\
        !            42:        rm rmdir sa savecore sdb sed seq server setlog settod sh\
        !            43:        sharer shares showq shstats size sleep smash sno snocone\
        !            44:        sort sp spell spitbol spline split spool stat strip struct\
        !            45:        stty style su sum swapon sync tabs tail tape tar tbl tblmount tee\
        !            46:        telno termcap test time tk touch town tp tpr tr trace\
        !            47:        track treesum troff true tsort tty twig ucds udemon ul\
        !            48:        umount und unexpand uniq units upas update user usgmake\
        !            49:        ustats uucp uudecode uudiff uuencode v7 v8 view2d vis visi\
        !            50:        vmstat vpr w wall wc weather weather where which who worm\
        !            51:        write wwb wwv xargs xref xstr yacc yes
        !            52: 
        !            53: 
        !            54: default:Q:
        !            55:        echo there is no default target!
        !            56: 2621:  2621.c
        !            57:        $CC $CFLAGS -o 2621 2621.c
        !            58: /usr/bin/2621: 2621
        !            59:        $INS 2621 bin,bin 775 $target
        !            60: 2621.ins:      /usr/bin/2621
        !            61: 300:   300.c
        !            62:        $CC $CFLAGS -o 300 300.c
        !            63: /usr/bin/300:  300
        !            64:        $INS 300 bin,bin 775 $target
        !            65: 300.ins:       /usr/bin/300
        !            66: 300s:  300s.c
        !            67:        $CC $CFLAGS -o 300s 300s.c
        !            68: /usr/bin/300s: 300s
        !            69:        $INS 300s bin,bin 775 $target
        !            70: 300s.ins:      /usr/bin/300s
        !            71: 4014:  4014.c
        !            72:        $CC $CFLAGS -o 4014 4014.c
        !            73: /usr/bin/4014: 4014
        !            74:        $INS 4014 bin,bin 775 $target
        !            75: 4014.ins:      /usr/bin/4014
        !            76: 450:   450.c
        !            77:        $CC $CFLAGS -o 450 450.c
        !            78: /usr/bin/450:  450
        !            79:        $INS 450 bin,bin 775 $target
        !            80: 450.ins:       /usr/bin/450
        !            81: 512restor:     512restor.c
        !            82:        $CC $CFLAGS -o 512restor 512restor.c
        !            83: /etc/512restor:        512restor
        !            84:        $INS 512restor bin,bin 775 $target
        !            85: 512restor.ins: /etc/512restor
        !            86: AllCharges:    AllCharges.sh
        !            87:        cp AllCharges.sh AllCharges
        !            88: /usr/bin/AllCharges:   AllCharges
        !            89:        $INS AllCharges bin,bin 775 $target
        !            90: AllCharges.ins:        /usr/bin/AllCharges
        !            91: Charges:       Charges.sh
        !            92:        cp Charges.sh Charges
        !            93: /usr/bin/Charges:      Charges
        !            94:        $INS Charges bin,bin 775 $target
        !            95: Charges.ins:   /usr/bin/Charges
        !            96: PDP11:V:
        !            97:        cd PDP11; dirins
        !            98: ac:    ac.c
        !            99:        $CC $CFLAGS -o ac ac.c
        !           100: /etc/ac:       ac
        !           101:        $INS ac bin,bin 775 $target
        !           102: ac.ins:        /etc/ac
        !           103: accton:        accton.c
        !           104:        $CC $CFLAGS -o accton accton.c
        !           105: /etc/accton:   accton
        !           106:        $INS accton bin,bin 775 $target
        !           107: accton.ins:    /etc/accton
        !           108: adb:V:
        !           109:        cd adb; dirins
        !           110: analyze:       analyze.c
        !           111:        $CC $CFLAGS -o analyze analyze.c
        !           112: /etc/analyze:  analyze
        !           113:        $INS analyze bin,bin 775 $target
        !           114: analyze.ins:   /etc/analyze
        !           115: ap:V:
        !           116:        cd ap; dirins
        !           117: apnews:        apnews.sh
        !           118:        cp apnews.sh apnews
        !           119: /usr/bin/apnews:       apnews
        !           120:        $INS apnews bin,bin 775 $target
        !           121: apnews.ins:    /usr/bin/apnews
        !           122: apply: apply.c
        !           123:        $CC $CFLAGS -o apply apply.c
        !           124: /usr/bin/apply:        apply
        !           125:        $INS apply bin,bin 775 $target
        !           126: apply.ins:     /usr/bin/apply
        !           127: apsend:V:
        !           128:        cd apsend; dirins
        !           129: ar:    ar.c
        !           130:        $CC $CFLAGS -o ar ar.c
        !           131: /bin/ar:       ar
        !           132:        $INS ar bin,bin 775 $target
        !           133: ar.ins:        /bin/ar
        !           134: arcv:  arcv.c
        !           135:        $CC $CFLAGS -o arcv arcv.c
        !           136: /usr/bin/arcv: arcv
        !           137:        $INS arcv bin,bin 775 $target
        !           138: arcv.ins:      /usr/bin/arcv
        !           139: arff:  arff.c
        !           140:        $CC $CFLAGS -o arff arff.c
        !           141: /bin/arff:     arff
        !           142:        $INS arff bin,bin 775 $target
        !           143: arff.ins:      /bin/arff
        !           144: as:V:
        !           145:        cd as; dirins
        !           146: asa:   asa.c
        !           147:        $CC $CFLAGS -o asa asa.c
        !           148: /usr/bin/asa:  asa
        !           149:        $INS asa bin,bin 775 $target
        !           150: asa.ins:       /usr/bin/asa
        !           151: ascii: ascii.c
        !           152:        $CC $CFLAGS -o ascii ascii.c
        !           153: /usr/bin/ascii:        ascii
        !           154:        $INS ascii bin,bin 775 $target
        !           155: ascii.ins:     /usr/bin/ascii
        !           156: asd:V:
        !           157:        cd asd; dirins
        !           158: asd++:V:
        !           159:        cd asd++; dirins
        !           160: at:V:
        !           161:        cd at; dirins
        !           162: awk:V:
        !           163:        cd awk; dirins
        !           164: backup:V:
        !           165:        cd backup; dirins
        !           166: bad144:        bad144.c
        !           167:        $CC $CFLAGS -o bad144 bad144.c
        !           168: /etc/bad144:   bad144
        !           169:        $INS bad144 bin,bin 775 $target
        !           170: bad144.ins:    /etc/bad144
        !           171: basename:      basename.c
        !           172:        $CC $CFLAGS -o basename basename.c
        !           173: /usr/bin/basename:     basename
        !           174:        $INS basename bin,bin 775 $target
        !           175: basename.ins:  /usr/bin/basename
        !           176: basic:V:
        !           177:        cd basic; dirins
        !           178: bc:    bc.y
        !           179:        yacc bc.y
        !           180: /usr/bin/bc:   bc
        !           181:        $INS bc bin,bin 775 $target
        !           182: bc.ins:        /usr/bin/bc
        !           183: bcd:   bcd.c
        !           184:        $CC $CFLAGS -o bcd bcd.c
        !           185: /usr/bin/bcd:  bcd
        !           186:        $INS bcd bin,bin 775 $target
        !           187: bcd.ins:       /usr/bin/bcd
        !           188: bigcore: bigcore.c
        !           189:        $CC $CFLAGS -o bigcore bigcore.c
        !           190: /usr/bin/bigcore: bigcore
        !           191:        $INS bigcore bin,bin 775 $target
        !           192: bundle:        bundle.sh
        !           193:        cp bundle.sh bundle
        !           194: /usr/bin/bundle:       bundle
        !           195:        $INS bundle bin,bin 775 $target
        !           196: bundle.ins:    /usr/bin/bundle
        !           197: byteyears:     byteyears.c
        !           198:        $CC $CFLAGS -o byteyears byteyears.c
        !           199: /usr/bin/byteyears:    byteyears
        !           200:        $INS byteyears bin,bin 775 $target
        !           201: byteyears.ins: /usr/bin/byteyears
        !           202: c2:V:
        !           203:        cd c2; dirins
        !           204: cal:   cal.c
        !           205:        $CC $CFLAGS -o cal cal.c
        !           206: /usr/bin/cal:  cal
        !           207:        $INS cal bin,bin 775 $target
        !           208: cal.ins:       /usr/bin/cal
        !           209: calendar:V:
        !           210:        cd calendar; dirins
        !           211: call:  call.c
        !           212:        $CC $CFLAGS -o call call.c
        !           213: /usr/bin/call: call
        !           214:        $INS call bin,bin 775 $target
        !           215: call.ins:      /usr/bin/call
        !           216: cat:   cat.c
        !           217:        $CC $CFLAGS -o cat cat.c
        !           218: /bin/cat:      cat
        !           219:        $INS cat bin,bin 775 $target
        !           220: cat.ins:       /bin/cat
        !           221: cb:V:
        !           222:        cd cb; dirins
        !           223: cbt:V:
        !           224:        cd cbt; dirins
        !           225: cc:    cc.c
        !           226:        $CC $CFLAGS -o cc cc.c
        !           227: /bin/cc:       cc
        !           228:        $INS cc bin,bin 775 $target
        !           229: cc.ins:        /bin/cc
        !           230: ccom:V:
        !           231:        cd ccom; dirins
        !           232: cf:V:
        !           233:        cd cf; dirins
        !           234: cflow:V:
        !           235:        cd cflow; dirins
        !           236: cflow: cflow.sh
        !           237:        cp cflow.sh cflow
        !           238: /usr/bin/cflow:        cflow
        !           239:        $INS cflow bin,bin 775 $target
        !           240: cflow.ins:     /usr/bin/cflow
        !           241: cfront:V:
        !           242:        cd cfront; dirins
        !           243: charge:        charge.c
        !           244:        $CC $CFLAGS -o charge charge.c
        !           245: /usr/bin/charge:       charge
        !           246:        $INS charge bin,bin 775 $target
        !           247: charge.ins:    /usr/bin/charge
        !           248: chdate:        chdate.c
        !           249:        $CC $CFLAGS -o chdate chdate.c
        !           250: /usr/bin/chdate:       chdate
        !           251:        $INS chdate bin,bin 775 $target
        !           252: chdate.ins:    /usr/bin/chdate
        !           253: checkeq:       checkeq.c
        !           254:        $CC $CFLAGS -o checkeq checkeq.c
        !           255: /usr/bin/checkeq:      checkeq
        !           256:        $INS checkeq bin,bin 775 $target
        !           257: checkeq.ins:   /usr/bin/checkeq
        !           258: chmod: chmod.c
        !           259:        $CC $CFLAGS -o chmod chmod.c
        !           260: /bin/chmod:    chmod
        !           261:        $INS chmod bin,bin 775 $target
        !           262: chmod.ins:     /bin/chmod
        !           263: chown: chown.c
        !           264:        $CC $CFLAGS -o chown chown.c
        !           265: /etc/chown:    chown
        !           266:        $INS chown bin,bin 775 $target
        !           267: chown.ins:     /etc/chown
        !           268: clear:V:
        !           269:        cd clear; dirins
        !           270: clri:  clri.c
        !           271:        $CC $CFLAGS -o clri clri.c
        !           272: /etc/clri:     clri
        !           273:        $INS clri bin,bin 775 $target
        !           274: clri.ins:      /etc/clri
        !           275: cmp:   cmp.c
        !           276:        $CC $CFLAGS -o cmp cmp.c
        !           277: /bin/cmp:      cmp
        !           278:        $INS cmp bin,bin 775 $target
        !           279: cmp.ins:       /bin/cmp
        !           280: col:   col.c
        !           281:        $CC $CFLAGS -o col col.c
        !           282: /usr/bin/col:  col
        !           283:        $INS col bin,bin 775 $target
        !           284: col.ins:       /usr/bin/col
        !           285: comm:  comm.c
        !           286:        $CC $CFLAGS -o comm comm.c
        !           287: /usr/bin/comm: comm
        !           288:        $INS comm bin,bin 775 $target
        !           289: comm.ins:      /usr/bin/comm
        !           290: compact:V:
        !           291:        cd compact; dirins
        !           292: compat:V:
        !           293:        cd compat; dirins
        !           294: compress:V:
        !           295:        cd compress; dirins
        !           296: config:V:
        !           297:        cd config; dirins
        !           298: coreid:        coreid.c
        !           299:        $CC $CFLAGS -o coreid coreid.c
        !           300: /usr/bin/coreid:       coreid
        !           301:        $INS coreid bin,bin 775 $target
        !           302: coreid.ins:    /usr/bin/coreid
        !           303: cp:V:
        !           304:        cd cp; dirins
        !           305: cpio:  cpio.c
        !           306:        $CC $CFLAGS -o cpio cpio.c
        !           307: /usr/bin/cpio: cpio
        !           308:        $INS cpio bin,bin 775 $target
        !           309: cpio.ins:      /usr/bin/cpio
        !           310: cpp:V:
        !           311:        cd cpp; dirins
        !           312: cref:V:
        !           313:        cd cref; dirins
        !           314: cron:  cron.c
        !           315:        $CC $CFLAGS -o cron cron.c
        !           316: /etc/cron:     cron
        !           317:        $INS cron bin,bin 775 $target
        !           318: cron.ins:      /etc/cron
        !           319: ct:V:
        !           320:        cd ct; dirins
        !           321: ctags: ctags.c
        !           322:        $CC $CFLAGS -o ctags ctags.c
        !           323: /usr/bin/ctags:        ctags
        !           324:        $INS ctags bin,bin 775 $target
        !           325: ctags.ins:     /usr/bin/ctags
        !           326: cu:V:
        !           327:        cd cu; dirins
        !           328: cut:   cut.c
        !           329:        $CC $CFLAGS -o cut cut.c
        !           330: /usr/bin/cut:  cut
        !           331:        $INS cut bin,bin 775 $target
        !           332: cut.ins:       /usr/bin/cut
        !           333: cvcrypt:       cvcrypt.c
        !           334:        $CC $CFLAGS -o cvcrypt cvcrypt.c
        !           335: /usr/bin/cvcrypt:      cvcrypt
        !           336:        $INS cvcrypt bin,bin 775 $target
        !           337: cvcrypt.ins:   /usr/bin/cvcrypt
        !           338: cyntax:V:
        !           339:        cd cyntax; dirins
        !           340: d202:  d202.sh
        !           341:        cp d202.sh d202
        !           342: /usr/bin/d202: d202
        !           343:        $INS d202 bin,bin 775 $target
        !           344: d202.ins:      /usr/bin/d202
        !           345: daemon:V:
        !           346:        cd daemon; dirins
        !           347: date:  date.c
        !           348:        $CC $CFLAGS -o date date.c
        !           349: /bin/date:     date
        !           350:        $INS date bin,bin 775 $target
        !           351: date.ins:      /bin/date
        !           352: dblbuf:        dblbuf.c
        !           353:        $CC $CFLAGS -o dblbuf dblbuf.c
        !           354: /usr/bin/dblbuf:       dblbuf
        !           355:        $INS dblbuf bin,bin 775 $target
        !           356: dc:V:
        !           357:        cd dc; dirins
        !           358: dcheck:        dcheck.c
        !           359:        $CC $CFLAGS -o dcheck dcheck.c
        !           360: /etc/dcheck:   dcheck
        !           361:        $INS dcheck bin,bin 775 $target
        !           362: dcheck.ins:    /etc/dcheck
        !           363: dd:    dd.c
        !           364:        $CC $CFLAGS -o dd dd.c
        !           365: /bin/dd:       dd
        !           366:        $INS dd bin,bin 775 $target
        !           367: dd.ins:        /bin/dd
        !           368: deroff:        deroff.c
        !           369:        $CC $CFLAGS -o deroff deroff.c
        !           370: /usr/bin/deroff:       deroff
        !           371:        $INS deroff bin,bin 775 $target
        !           372: deroff.ins:    /usr/bin/deroff
        !           373: descrypt:V:
        !           374:        cd descrypt; dirins
        !           375: df:    df.c
        !           376:        $CC $CFLAGS -o df df.c
        !           377: /bin/df:       df
        !           378:        $INS df bin,bin 775 $target
        !           379: df.ins:        /bin/df
        !           380: dict:V:
        !           381:        cd dict; dirins
        !           382: diction:V:
        !           383:        cd diction; dirins
        !           384: diff:V:
        !           385:        cd diff; dirins
        !           386: diff3:V:
        !           387:        cd diff3; dirins
        !           388: dimpress:V:
        !           389:        cd dimpress; dirins
        !           390: dircmp:        dircmp.sh
        !           391:        cp dircmp.sh dircmp
        !           392: /usr/bin/dircmp:       dircmp
        !           393:        $INS dircmp bin,bin 775 $target
        !           394: dircmp.ins:    /usr/bin/dircmp
        !           395: dired:V:
        !           396:        cd dired; dirins
        !           397: dis:   dis.c
        !           398:        $CC $CFLAGS -o dis dis.c
        !           399: /usr/bin/dis:  dis
        !           400:        $INS dis bin,bin 775 $target
        !           401: dis.ins:       /usr/bin/dis
        !           402: dkname:        dkname.c
        !           403:        $CC $CFLAGS -o dkname dkname.c
        !           404: /usr/bin/dkname:       dkname
        !           405:        $INS dkname bin,bin 775 $target
        !           406: dkname.ins:    /usr/bin/dkname
        !           407: dkstat:        dkstat.c
        !           408:        $CC $CFLAGS -o dkstat dkstat.c
        !           409: /usr/bin/dkstat:       dkstat
        !           410:        $INS dkstat bin,bin 775 $target
        !           411: dkstat.ins:    /usr/bin/dkstat
        !           412: dmesg: dmesg.c
        !           413:        $CC $CFLAGS -o dmesg dmesg.c
        !           414: /etc/dmesg:    dmesg
        !           415:        $INS dmesg bin,bin 775 $target
        !           416: dmesg.ins:     /etc/dmesg
        !           417: docgen:        docgen.c
        !           418:        $CC $CFLAGS -o docgen docgen.c
        !           419: /usr/bin/docgen:       docgen
        !           420:        $INS docgen bin,bin 775 $target
        !           421: docgen.ins:    /usr/bin/docgen
        !           422: dskcpy:        dskcpy.c
        !           423:        $CC $CFLAGS -o dskcpy dskcpy.c
        !           424: /etc/dskcpy:   dskcpy
        !           425:        $INS dskcpy bin,bin 775 $target
        !           426: dskcpy.ins:    /etc/dskcpy
        !           427: du:    du.c
        !           428:        $CC $CFLAGS -o du du.c
        !           429: /bin/du:       du
        !           430:        $INS du bin,bin 775 $target
        !           431: du.ins:        /bin/du
        !           432: dump:V:
        !           433:        cd dump; dirins
        !           434: dumpcatch:     dumpcatch.c
        !           435:        $CC $CFLAGS -o dumpcatch dumpcatch.c
        !           436: /usr/bin/dumpcatch:    dumpcatch
        !           437:        $INS dumpcatch bin,bin 775 $target
        !           438: dumpcatch.ins: /usr/bin/dumpcatch
        !           439: dumpdir:       dumpdir.c
        !           440:        $CC $CFLAGS -o dumpdir dumpdir.c
        !           441: /etc/dumpdir:  dumpdir
        !           442:        $INS dumpdir bin,bin 775 $target
        !           443: dumpdir.ins:   /etc/dumpdir
        !           444: echo:  echo.c
        !           445:        $CC $CFLAGS -o echo echo.c
        !           446: /bin/echo:     echo
        !           447:        $INS echo bin,bin 775 $target
        !           448: echo.ins:      /bin/echo
        !           449: ed:    ed.c
        !           450:        $CC $CFLAGS -o ed ed.c
        !           451: /bin/ed:       ed
        !           452:        $INS ed bin,bin 775 $target
        !           453: ed.ins:        /bin/ed
        !           454: efl:V:
        !           455:        cd efl; dirins
        !           456: egrep:V:
        !           457:        cd egrep; MAKE=mk; export MAKE; dirins
        !           458: eqn:V:
        !           459:        cd eqn; dirins
        !           460: equal:V:
        !           461:        cd equal; dirins
        !           462: error:V:
        !           463:        cd error; dirins
        !           464: ether:V:
        !           465:        cd ether; dirins
        !           466: ex:V:
        !           467:        cd ex; dirins
        !           468: expand:        expand.c
        !           469:        $CC $CFLAGS -o expand expand.c
        !           470: /usr/bin/expand:       expand
        !           471:        $INS expand bin,bin 775 $target
        !           472: expand.ins:    /usr/bin/expand
        !           473: expr:V:
        !           474:        cd expr; dirins
        !           475: f77:V:
        !           476:        cd f77; dirins
        !           477: factor:V:
        !           478:        cd factor; dirins
        !           479: false: false.sh
        !           480:        cp false.sh false
        !           481: /bin/false:    false
        !           482:        $INS false bin,bin 775 $target
        !           483: false.ins:     /bin/false
        !           484: fcopy: fcopy.c
        !           485:        $CC $CFLAGS -o fcopy fcopy.c
        !           486: /usr/bin/fcopy:        fcopy
        !           487:        $INS fcopy bin,bin 775 $target
        !           488: fcopy.ins:     /usr/bin/fcopy
        !           489: fgrep: fgrep.c
        !           490:        $CC $CFLAGS -o fgrep fgrep.c
        !           491: /usr/bin/fgrep:        fgrep
        !           492:        $INS fgrep bin,bin 775 $target
        !           493: fgrep.ins:     /usr/bin/fgrep
        !           494: file:  file.c
        !           495:        $CC $CFLAGS -o file file.c
        !           496: /usr/bin/file: file
        !           497:        $INS file bin,bin 775 $target
        !           498: file.ins:      /usr/bin/file
        !           499: find:  find.c
        !           500:        $CC $CFLAGS -o find find.c
        !           501: /usr/bin/find: find
        !           502:        $INS find bin,bin 775 $target
        !           503: find.ins:      /usr/bin/find
        !           504: findo: findo.c
        !           505:        $CC $CFLAGS -o findo findo.c
        !           506: /usr/bin/findo:        findo
        !           507:        $INS findo bin,bin 775 $target
        !           508: findo.ins:     /usr/bin/findo
        !           509: flcopy:        flcopy.c
        !           510:        $CC $CFLAGS -o flcopy flcopy.c
        !           511: /usr/bin/flcopy:       flcopy
        !           512:        $INS flcopy bin,bin 775 $target
        !           513: flcopy.ins:    /usr/bin/flcopy
        !           514: fmt:   fmt.c
        !           515:        $CC $CFLAGS -o fmt fmt.c
        !           516: /usr/bin/fmt:  fmt
        !           517:        $INS fmt bin,bin 775 $target
        !           518: fmt.ins:       /usr/bin/fmt
        !           519: fold:  fold.c
        !           520:        $CC $CFLAGS -o fold fold.c
        !           521: /usr/bin/fold: fold
        !           522:        $INS fold bin,bin 775 $target
        !           523: fold.ins:      /usr/bin/fold
        !           524: fsck:  fsck.c
        !           525:        $CC $CFLAGS -o fsck fsck.c
        !           526: /etc/fsck:     fsck
        !           527:        $INS fsck bin,bin 775 $target
        !           528: fsck.ins:      /etc/fsck
        !           529: fsplit:        fsplit.c
        !           530:        $CC $CFLAGS -o fsplit fsplit.c
        !           531: /usr/bin/fsplit:       fsplit
        !           532:        $INS fsplit bin,bin 775 $target
        !           533: fsplit.ins:    /usr/bin/fsplit
        !           534: getopt:        getopt.c
        !           535:        $CC $CFLAGS -o getopt getopt.c
        !           536: /usr/bin/getopt:       getopt
        !           537:        $INS getopt bin,bin 775 $target
        !           538: getopt.ins:    /usr/bin/getopt
        !           539: getty: getty.c
        !           540:        $CC $CFLAGS -o getty getty.c
        !           541: /etc/getty:    getty
        !           542:        $INS getty bin,bin 775 $target
        !           543: getty.ins:     /etc/getty
        !           544: getuid:        getuid.c
        !           545:        $CC $CFLAGS -o getuid getuid.c
        !           546: /usr/bin/getuid:       getuid
        !           547:        $INS getuid bin,bin 775 $target
        !           548: getuid.ins:    /usr/bin/getuid
        !           549: grap:V:
        !           550:        cd grap; dirins
        !           551: graph:V:
        !           552:        cd graph; dirins
        !           553: grep:  grep.c
        !           554:        $CC $CFLAGS -o grep grep.c
        !           555: /bin/grep:     grep
        !           556:        $INS grep bin,bin 775 $target
        !           557: grep.ins:      /bin/grep
        !           558: groups:        groups.c
        !           559:        $CC $CFLAGS -o groups groups.c
        !           560: /usr/bin/groups:       groups
        !           561:        $INS groups bin,bin 775 $target
        !           562: groups.ins:    /usr/bin/groups
        !           563: halt:  halt.c
        !           564:        $CC $CFLAGS -o halt halt.c
        !           565: /etc/halt:     halt
        !           566:        $INS halt bin,bin 775 $target
        !           567: halt.ins:      /etc/halt
        !           568: hang:  hang.c
        !           569:        $CC $CFLAGS -o hang hang.c
        !           570: /usr/bin/hang: hang
        !           571:        $INS hang bin,bin 775 $target
        !           572: hang.ins:      /usr/bin/hang
        !           573: hdr:V:
        !           574:        cd hdr; dirins
        !           575: head:  head.c
        !           576:        $CC $CFLAGS -o head head.c
        !           577: /usr/bin/head: head
        !           578:        $INS head bin,bin 775 $target
        !           579: head.ins:      /usr/bin/head
        !           580: hideblock:     hideblock.c
        !           581:        $CC $CFLAGS -o hideblock hideblock.c
        !           582: /etc/hideblock:        hideblock
        !           583:        $INS hideblock bin,bin 775 $target
        !           584: hideblock.ins: /etc/hideblock
        !           585: hoc:V:
        !           586:        cd hoc; dirins
        !           587: hp:    hp.c
        !           588:        $CC $CFLAGS -o hp hp.c
        !           589: /usr/bin/hp:   hp
        !           590:        $INS hp bin,bin 775 $target
        !           591: hp.ins:        /usr/bin/hp
        !           592: icheck:        icheck.c
        !           593:        $CC $CFLAGS -o icheck icheck.c
        !           594: /etc/icheck:   icheck
        !           595:        $INS icheck bin,bin 775 $target
        !           596: icheck.ins:    /etc/icheck
        !           597: icon:V:
        !           598:        cd icon; dirins
        !           599: id:    id.c
        !           600:        $CC $CFLAGS -o id id.c
        !           601: /usr/bin/id:   id
        !           602:        $INS id bin,bin 775 $target
        !           603: id.ins:        /usr/bin/id
        !           604: ideal:V:
        !           605:        cd ideal; dirins
        !           606: idiff: idiff.c
        !           607:        $CC $CFLAGS -o idiff idiff.c
        !           608: /usr/bin/idiff:        idiff
        !           609:        $INS idiff bin,bin 775 $target
        !           610: idiff.ins:     /usr/bin/idiff
        !           611: idle:  idle.c
        !           612:        $CC $CFLAGS -o idle idle.c
        !           613: /usr/bin/idle: idle
        !           614:        $INS idle bin,bin 775 $target
        !           615: idle.ins:      /usr/bin/idle
        !           616: init:  init.c
        !           617:        $CC $CFLAGS -o init init.c
        !           618: /etc/init:     init
        !           619:        $INS init bin,bin 775 $target
        !           620: init.ins:      /etc/init
        !           621: iostat:        iostat.c
        !           622:        $CC $CFLAGS -o iostat iostat.c
        !           623: /bin/iostat:   iostat
        !           624:        $INS iostat bin,bin 775 $target
        !           625: iostat.ins:    /bin/iostat
        !           626: ipa:V:
        !           627:        cd ipa; dirins
        !           628: join:  join.c
        !           629:        $CC $CFLAGS -o join join.c
        !           630: /usr/bin/join: join
        !           631:        $INS join bin,bin 775 $target
        !           632: join.ins:      /usr/bin/join
        !           633: kasb:V:
        !           634:        cd kasb; dirins
        !           635: kill:  kill.c
        !           636:        $CC $CFLAGS -o kill kill.c
        !           637: /bin/kill:     kill
        !           638:        $INS kill bin,bin 775 $target
        !           639: kill.ins:      /bin/kill
        !           640: labmake:       labmake.c
        !           641:        $CC $CFLAGS -o labmake labmake.c
        !           642: /usr/bin/labmake:      labmake
        !           643:        $INS labmake bin,bin 775 $target
        !           644: labmake.ins:   /usr/bin/labmake
        !           645: last:  last.c
        !           646:        $CC $CFLAGS -o last last.c
        !           647: /usr/bin/last: last
        !           648:        $INS last bin,bin 775 $target
        !           649: last.ins:      /usr/bin/last
        !           650: lcomp:V:
        !           651:        cd lcomp; dirins
        !           652: ld:    ld.c
        !           653:        $CC $CFLAGS -o ld ld.c
        !           654: /bin/ld:       ld
        !           655:        $INS ld bin,bin 775 $target
        !           656: ld.ins:        /bin/ld
        !           657: learn:V:
        !           658:        cd learn; dirins
        !           659: lex:V:
        !           660:        cd lex; dirins
        !           661: lfactor:V:
        !           662:        cd lfactor; dirins
        !           663: library:V:
        !           664:        cd library; dirins
        !           665: lim:   lim.c
        !           666:        $CC $CFLAGS -o lim lim.c
        !           667: /usr/bin/lim:  lim
        !           668:        $INS lim bin,bin 775 $target
        !           669: lim.ins:       /usr/bin/lim
        !           670: limiter: limiter.c
        !           671:        $CC $CFLAGS -o limiter limiter.c
        !           672: /etc/limiter: limiter
        !           673: limiter.ins: /etc/limiter
        !           674:        $INS limiter ,bin 775 $target
        !           675: lint:V:
        !           676:        cd lint; dirins
        !           677: ln:    ln.c
        !           678:        $CC $CFLAGS -o ln ln.c
        !           679: /bin/ln:       ln
        !           680:        $INS ln bin,bin 775 $target
        !           681: ln.ins:        /bin/ln
        !           682: load:V:
        !           683:        cd load; dirins
        !           684: log:   log.c
        !           685:        $CC $CFLAGS -o log log.c
        !           686: /usr/bin/log:  log
        !           687:        $INS log bin,bin 775 $target
        !           688: log.ins:       /usr/bin/log
        !           689: logdir:        logdir.c
        !           690:        $CC $CFLAGS -o logdir logdir.c
        !           691: /usr/bin/logdir:       logdir
        !           692:        $INS logdir bin,bin 775 $target
        !           693: logdir.ins:    /usr/bin/logdir
        !           694: login: login.c
        !           695:        $CC $CFLAGS -o login login.c
        !           696: /bin/login:    login
        !           697:        $INS login bin,bin 775 $target
        !           698: login.ins:     /bin/login
        !           699: look:  look.c
        !           700:        $CC $CFLAGS -o look look.c
        !           701: /usr/bin/look: look
        !           702:        $INS look bin,bin 775 $target
        !           703: look.ins:      /usr/bin/look
        !           704: ls:    ls.c
        !           705:        $CC $CFLAGS -o ls ls.c
        !           706: /bin/ls:       ls
        !           707:        $INS ls bin,bin 775 $target
        !           708: ls.ins:        /bin/ls
        !           709: m4:V:
        !           710:        cd m4; dirins
        !           711: make:V:
        !           712:        cd make; dirins
        !           713: makekey:       makekey.c
        !           714:        $CC $CFLAGS -o makekey makekey.c
        !           715: /usr/lib/makekey:      makekey
        !           716:        $INS makekey bin,bin 775 $target
        !           717: makekey.ins:   /usr/lib/makekey
        !           718: man:V:
        !           719:        cd man; dirins
        !           720: map:V:
        !           721:        cd map; dirins
        !           722: markbad:       markbad.c
        !           723:        $CC $CFLAGS -o markbad markbad.c
        !           724: /usr/bin/markbad:      markbad
        !           725:        $INS markbad bin,bin 775 $target
        !           726: markbad.ins:   /usr/bin/markbad
        !           727: mc:    mc.c
        !           728:        $CC $CFLAGS -o mc mc.c
        !           729: /usr/bin/mc:   mc
        !           730:        $INS mc bin,bin 775 $target
        !           731: mc.ins:        /usr/bin/mc
        !           732: mesg:  mesg.c
        !           733:        $CC $CFLAGS -o mesg mesg.c
        !           734: /usr/bin/mesg: mesg
        !           735:        $INS mesg bin,bin 775 $target
        !           736: mesg.ins:      /usr/bin/mesg
        !           737: mips:  mips.c
        !           738:        $CC $CFLAGS -o mips mips.c
        !           739: /usr/bin/mips: mips
        !           740:        $INS mips bin,bin 775 $target
        !           741: mips.ins:      /usr/bin/mips
        !           742: mk:V:
        !           743:        cd mk; dirins
        !           744: mkbitfs:       mkbitfs.c
        !           745:        $CC $CFLAGS -o mkbitfs mkbitfs.c
        !           746: /etc/mkbitfs:  mkbitfs
        !           747:        $INS mkbitfs bin,bin 775 $target
        !           748: mkbitfs.ins:   /etc/mkbitfs
        !           749: mkdir: mkdir.c
        !           750:        $CC $CFLAGS -o mkdir mkdir.c
        !           751: /bin/mkdir:    mkdir
        !           752:        $INS mkdir bin,bin 775 $target
        !           753: mkdir.ins:     /bin/mkdir
        !           754: mkfs:  mkfs.c
        !           755:        $CC $CFLAGS -o mkfs mkfs.c
        !           756: /etc/mkfs:     mkfs
        !           757:        $INS mkfs bin,bin 775 $target
        !           758: mkfs.ins:      /etc/mkfs
        !           759: mknod: mknod.c
        !           760:        $CC $CFLAGS -o mknod mknod.c
        !           761: /etc/mknod:    mknod
        !           762:        $INS mknod bin,bin 775 $target
        !           763: mknod.ins:     /etc/mknod
        !           764: mkstr: mkstr.c
        !           765:        $CC $CFLAGS -o mkstr mkstr.c
        !           766: /usr/bin/mkstr:        mkstr
        !           767:        $INS mkstr bin,bin 775 $target
        !           768: mkstr.ins:     /usr/bin/mkstr
        !           769: mm:    mm.sh
        !           770:        cp mm.sh mm
        !           771: /usr/bin/mm:   mm
        !           772:        $INS mm bin,bin 775 $target
        !           773: mm.ins:        /usr/bin/mm
        !           774: mmt:   mmt.sh
        !           775:        cp mmt.sh mmt
        !           776: /usr/bin/mmt:  mmt
        !           777:        $INS mmt bin,bin 775 $target
        !           778: mmt.ins:       /usr/bin/mmt
        !           779: monk:V:
        !           780:        cd monk; dirins
        !           781: morse: morse.c
        !           782:        $CC $CFLAGS -o morse morse.c
        !           783: /usr/bin/morse:        morse
        !           784:        $INS morse bin,bin 775 $target
        !           785: morse.ins:     /usr/bin/morse
        !           786: mount: mount.c
        !           787:        $CC $CFLAGS -o mount mount.c
        !           788: /etc/mount:    mount
        !           789:        $INS mount bin,bin 775 $target
        !           790: mount.ins:     /etc/mount
        !           791: movie:V:
        !           792:        cd movie; dirins
        !           793: mt:    mt.c
        !           794:        $CC $CFLAGS -o mt mt.c
        !           795: /bin/mt:       mt
        !           796:        $INS mt bin,bin 775 $target
        !           797: mt.ins:        /bin/mt
        !           798: mv:    mv.c
        !           799:        $CC $CFLAGS -o mv mv.c
        !           800: /bin/mv:       mv
        !           801:        $INS mv bin,bin 775 $target
        !           802: mv.ins:        /bin/mv
        !           803: ncheck:        ncheck.c
        !           804:        $CC $CFLAGS -o ncheck ncheck.c
        !           805: /etc/ncheck:   ncheck
        !           806:        $INS ncheck bin,bin 775 $target
        !           807: ncheck.ins:    /etc/ncheck
        !           808: neqn:V:
        !           809:        cd neqn; dirins
        !           810: netfsbug:      netfsbug.c
        !           811:        $CC $CFLAGS -o netfsbug netfsbug.c
        !           812: /usr/bin/netfsbug:     netfsbug
        !           813:        $INS netfsbug bin,bin 775 $target
        !           814: netfsbug.ins:  /usr/bin/netfsbug
        !           815: netnews:V:
        !           816:        cd netnews; dirins
        !           817: newer: newer.c
        !           818:        $CC $CFLAGS -o newer newer.c
        !           819: /usr/bin/newer:        newer
        !           820:        $INS newer bin,bin 775 $target
        !           821: newer.ins:     /usr/bin/newer
        !           822: newgrp:        newgrp.c
        !           823:        $CC $CFLAGS -o newgrp newgrp.c
        !           824: /bin/newgrp:   newgrp
        !           825:        $INS newgrp bin,bin 775 $target
        !           826: newgrp.ins:    /bin/newgrp
        !           827: news:  news.c
        !           828:        $CC $CFLAGS -o news news.c
        !           829: /usr/bin/news: news
        !           830:        $INS news bin,bin 775 $target
        !           831: news.ins:      /usr/bin/news
        !           832: nice:  nice.c
        !           833:        $CC $CFLAGS -o nice nice.c
        !           834: /bin/nice:     nice
        !           835:        $INS nice bin,bin 775 $target
        !           836: nice.ins:      /bin/nice
        !           837: nm:    nm.c
        !           838:        $CC $CFLAGS -o nm nm.c
        !           839: /bin/nm:       nm
        !           840:        $INS nm bin,bin 775 $target
        !           841: nm.ins:        /bin/nm
        !           842: nohup: nohup.sh
        !           843:        cp nohup.sh nohup
        !           844: /bin/nohup:    nohup
        !           845:        $INS nohup bin,bin 775 $target
        !           846: nohup.ins:     /bin/nohup
        !           847: number:        number.c
        !           848:        $CC $CFLAGS -o number number.c
        !           849: /usr/bin/number:       number
        !           850:        $INS number bin,bin 775 $target
        !           851: number.ins:    /usr/bin/number
        !           852: numdate:V:
        !           853:        cd numdate; dirins
        !           854: od:    od.c
        !           855:        $CC $CFLAGS -o od od.c
        !           856: /bin/od:       od
        !           857:        $INS od bin,bin 775 $target
        !           858: od.ins:        /bin/od
        !           859: oops:V:
        !           860:        cd oops; dirins
        !           861: p:V:
        !           862:        cd p; dirins
        !           863: pack:V:
        !           864:        cd pack; dirins
        !           865: paper:V:
        !           866:        cd paper; dirins
        !           867: pascal:V:
        !           868:        cd pascal; dirins
        !           869: passwdx:       passwdx.c
        !           870:        $CC $CFLAGS -o passwdx passwdx.c
        !           871: /bin/passwdx:  passwdx
        !           872:        $INS passwdx root,bin 4775 $target
        !           873: passwdx.ins:   /bin/passwdx
        !           874: passwd:        passwd.sh
        !           875:        cp passwd.sh passwd
        !           876: /bin/passwd:   passwd
        !           877:        $INS passwd bin,bin 775 $target
        !           878: passwd.ins:    /bin/passwd
        !           879: paste: paste.c
        !           880:        $CC $CFLAGS -o paste paste.c
        !           881: /usr/bin/paste:        paste
        !           882:        $INS paste bin,bin 775 $target
        !           883: paste.ins:     /usr/bin/paste
        !           884: pcc1:V:
        !           885:        cd pcc1; dirins
        !           886: pfort:V:
        !           887:        cd pfort; dirins
        !           888: pic:V:
        !           889:        cd pic; dirins
        !           890: pico:V:
        !           891:        cd pico; dirins
        !           892: pl:    pl.c
        !           893:        $CC $CFLAGS -o pl pl.c
        !           894: /usr/bin/pl:   pl
        !           895:        $INS pl bin,bin 775 $target
        !           896: pl.ins:        /usr/bin/pl
        !           897: plot:V:
        !           898:        cd plot; dirins
        !           899: poly:V:
        !           900:        cd poly; dirins
        !           901: postscript:V:
        !           902:        cd postscript; dirins
        !           903: pp:V:
        !           904:        cd pp; dirins
        !           905: pr:    pr.c
        !           906:        $CC $CFLAGS -o pr pr.c
        !           907: /bin/pr:       pr
        !           908:        $INS pr bin,bin 775 $target
        !           909: pr.ins:        /bin/pr
        !           910: prefer:V:
        !           911:        cd prefer; dirins
        !           912: pret:V:
        !           913:        cd pret; dirins
        !           914: primes:V:
        !           915:        cd primes; dirins
        !           916: printenv:      printenv.c
        !           917:        $CC $CFLAGS -o printenv printenv.c
        !           918: /usr/bin/printenv:     printenv
        !           919:        $INS printenv bin,bin 775 $target
        !           920: printenv.ins:  /usr/bin/printenv
        !           921: printf:        printf.c
        !           922:        $CC $CFLAGS -o printf printf.c
        !           923: /usr/bin/printf:       printf
        !           924:        $INS printf bin,bin 775 $target
        !           925: printf.ins:    /usr/bin/printf
        !           926: procmount:     procmount.c
        !           927:        $CC $CFLAGS -o procmount procmount.c
        !           928: /usr/bin/procmount:    procmount
        !           929:        $INS procmount bin,bin 775 $target
        !           930: # If you don't want to plot, take out the -Dplot
        !           931: prof:  prof.c
        !           932:        $CC $CFLAGS -Dplot -o prof prof.c
        !           933: /usr/bin/prof: prof
        !           934:        $INS prof bin,bin 775 $target
        !           935: procmount.ins: /usr/bin/procmount
        !           936: prof:V:
        !           937:        cd prof; dirins
        !           938: ps:V:
        !           939:        cd ps; dirins
        !           940: pstat: pstat.c
        !           941:        $CC $CFLAGS -o pstat pstat.c
        !           942: /bin/pstat:    pstat
        !           943:        $INS pstat bin,bin 775 $target
        !           944: pstat.ins:     /bin/pstat
        !           945: pti:   pti.c
        !           946:        $CC $CFLAGS -o pti pti.c
        !           947: /usr/bin/pti:  pti
        !           948:        $INS pti bin,bin 775 $target
        !           949: pti.ins:       /usr/bin/pti
        !           950: ptx:   ptx.c
        !           951:        $CC $CFLAGS -o ptx ptx.c
        !           952: /usr/bin/ptx:  ptx
        !           953:        $INS ptx bin,bin 775 $target
        !           954: ptx.ins:       /usr/bin/ptx
        !           955: punct:V:
        !           956:        cd punct; dirins
        !           957: pwd:   pwd.c
        !           958:        $CC $CFLAGS -o pwd pwd.c
        !           959: /bin/pwd:      pwd
        !           960:        $INS pwd bin,bin 775 $target
        !           961: pwd.ins:       /bin/pwd
        !           962: pwintf:        pwintf.c
        !           963:        $CC $CFLAGS -o pwintf pwintf.c
        !           964: /usr/bin/pwintf:       pwintf
        !           965:        $INS pwintf bin,bin 775 $target
        !           966: pwintf.ins:    /usr/bin/pwintf
        !           967: quot:  quot.c
        !           968:        $CC $CFLAGS -o quot quot.c
        !           969: /etc/quot:     quot
        !           970:        $INS quot bin,bin 775 $target
        !           971: quot.ins:      /etc/quot
        !           972: random:        random.c
        !           973:        $CC $CFLAGS -o random random.c
        !           974: /usr/bin/random:       random
        !           975:        $INS random bin,bin 775 $target
        !           976: random.ins:    /usr/bin/random
        !           977: ranlib:        ranlib.c
        !           978:        $CC $CFLAGS -o ranlib ranlib.c
        !           979: /usr/bin/ranlib:       ranlib
        !           980:        $INS ranlib bin,bin 775 $target
        !           981: ranlib.ins:    /usr/bin/ranlib
        !           982: rarepl:V:
        !           983:        cd rarepl; dirins
        !           984: rates: rates.c
        !           985:        $CC $CFLAGS -o rates rates.c
        !           986: /usr/bin/rates:        rates
        !           987:        $INS rates bin,bin 775 $target
        !           988: rates.ins:     /usr/bin/rates
        !           989: ratfor:V:
        !           990:        cd ratfor; dirins
        !           991: readslow:      readslow.c
        !           992:        $CC $CFLAGS -o readslow readslow.c
        !           993: /usr/bin/readslow:     readslow
        !           994:        $INS readslow bin,bin 775 $target
        !           995: readslow.ins:  /usr/bin/readslow
        !           996: reboot:        reboot.c
        !           997:        $CC $CFLAGS -o reboot reboot.c
        !           998: /etc/reboot:   reboot
        !           999:        $INS reboot bin,bin 775 $target
        !          1000: reboot.ins:    /etc/reboot
        !          1001: reccp: reccp.c
        !          1002:        $CC $CFLAGS -o reccp reccp.c
        !          1003: /usr/bin/reccp:        reccp
        !          1004:        $INS reccp bin,bin 775 $target
        !          1005: reccp.ins:     /usr/bin/reccp
        !          1006: refer:V:
        !          1007:        cd refer; dirins
        !          1008: reloc: reloc.c
        !          1009:        $CC $CFLAGS -o reloc reloc.c
        !          1010: /usr/bin/reloc:        reloc
        !          1011:        $INS reloc bin,bin 775 $target
        !          1012: reloc.ins:     /usr/bin/reloc
        !          1013: remshent:      remshent.c
        !          1014:        $CC $CFLAGS -o remshent remshent.c
        !          1015: /usr/bin/remshent:     remshent
        !          1016:        $INS remshent bin,bin 775 $target
        !          1017: remshent.ins:  /usr/bin/remshent
        !          1018: renice:        renice.c
        !          1019:        $CC $CFLAGS -o renice renice.c
        !          1020: /etc/renice:   renice
        !          1021:        $INS renice bin,bin 775 $target
        !          1022: renice.ins:    /etc/renice
        !          1023: restor:        restor.c
        !          1024:        $CC $CFLAGS -o restor restor.c
        !          1025: /etc/restor:   restor
        !          1026:        $INS restor bin,bin 775 $target
        !          1027: restor.ins:    /etc/restor
        !          1028: rev:   rev.c
        !          1029:        $CC $CFLAGS -o rev rev.c
        !          1030: /usr/bin/rev:  rev
        !          1031:        $INS rev bin,bin 775 $target
        !          1032: rev.ins:       /usr/bin/rev
        !          1033: revpag:        revpag.c
        !          1034:        $CC $CFLAGS -o revpag revpag.c
        !          1035: /usr/bin/revpag:       revpag
        !          1036:        $INS revpag bin,bin 775 $target
        !          1037: revpag.ins:    /usr/bin/revpag
        !          1038: rm:    rm.c
        !          1039:        $CC $CFLAGS -o rm rm.c
        !          1040: /bin/rm:       rm
        !          1041:        $INS rm bin,bin 775 $target
        !          1042: rm.ins:        /bin/rm
        !          1043: rmdir: rmdir.c
        !          1044:        $CC $CFLAGS -o rmdir rmdir.c
        !          1045: /bin/rmdir:    rmdir
        !          1046:        $INS rmdir bin,bin 775 $target
        !          1047: rmdir.ins:     /bin/rmdir
        !          1048: sa:    sa.c
        !          1049:        $CC $CFLAGS -o sa sa.c
        !          1050: /etc/sa:       sa
        !          1051:        $INS sa bin,bin 775 $target
        !          1052: sa.ins:        /etc/sa
        !          1053: savecore:      savecore.c
        !          1054:        $CC $CFLAGS -o savecore savecore.c
        !          1055: /etc/savecore: savecore
        !          1056:        $INS savecore bin,bin 775 $target
        !          1057: savecore.ins:  /etc/savecore
        !          1058: sdb:V:
        !          1059:        cd sdb; dirins
        !          1060: sed:V:
        !          1061:        cd sed; dirins
        !          1062: seq:   seq.c
        !          1063:        $CC $CFLAGS -o seq seq.c
        !          1064: /usr/bin/seq:  seq
        !          1065:        $INS seq bin,bin 775 $target
        !          1066: seq.ins:       /usr/bin/seq
        !          1067: server:V:
        !          1068:        cd server; dirins
        !          1069: setlog:        setlog.c
        !          1070:        $CC $CFLAGS -o setlog setlog.c
        !          1071: /etc/setlog:   setlog
        !          1072:        $INS setlog bin,bin 775 $target
        !          1073: setlog.ins:    /etc/setlog
        !          1074: settod:V:
        !          1075:        cd settod; dirins
        !          1076: sh:V:
        !          1077:        cd sh; dirins
        !          1078: sharer:        sharer.c
        !          1079:        $CC $CFLAGS -o sharer sharer.c
        !          1080: /usr/bin/sharer:       sharer
        !          1081:        $INS sharer bin,bin 775 $target
        !          1082: sharer.ins:    /usr/bin/sharer
        !          1083: shares:        shares.sh
        !          1084:        cp shares.sh shares
        !          1085: /usr/bin/shares:       shares
        !          1086:        $INS shares bin,bin 775 $target
        !          1087: shares.ins:    /usr/bin/shares
        !          1088: showq: showq.c
        !          1089:        $CC $CFLAGS -o showq showq.c
        !          1090: /etc/showq:    showq
        !          1091:        $INS showq bin,bin 775 $target
        !          1092: showq.ins:     /etc/showq
        !          1093: shstats:       shstats.c
        !          1094:        $CC $CFLAGS -o shstats shstats.c
        !          1095: /usr/bin/shstats:      shstats
        !          1096:        $INS shstats bin,bin 775 $target
        !          1097: shstats.ins:   /usr/bin/shstats
        !          1098: size:  size.c
        !          1099:        $CC $CFLAGS -o size size.c
        !          1100: /bin/size:     size
        !          1101:        $INS size bin,bin 775 $target
        !          1102: size.ins:      /bin/size
        !          1103: sleep: sleep.c
        !          1104:        $CC $CFLAGS -o sleep sleep.c
        !          1105: /usr/bin/sleep:        sleep
        !          1106:        $INS sleep bin,bin 775 $target
        !          1107: sleep.ins:     /usr/bin/sleep
        !          1108: smash: smash.c
        !          1109:        $CC $CFLAGS -o smash smash.c
        !          1110: /etc/smash:    smash
        !          1111:        $INS smash bin,bin 775 $target
        !          1112: smash.ins:     /etc/smash
        !          1113: sno:V:
        !          1114:        cd sno; dirins
        !          1115: snocone:V:
        !          1116:        cd snocone; dirins
        !          1117: sort:  sort.c
        !          1118:        $CC $CFLAGS -o sort sort.c
        !          1119: /usr/bin/sort: sort
        !          1120:        $INS sort bin,bin 775 $target
        !          1121: sort.ins:      /usr/bin/sort
        !          1122: sp:    sp.c
        !          1123:        $CC $CFLAGS -o sp sp.c
        !          1124: /usr/bin/sp:   sp
        !          1125:        $INS sp bin,bin 775 $target
        !          1126: sp.ins:        /usr/bin/sp
        !          1127: spell:V:
        !          1128:        cd spell; dirins
        !          1129: spitbol:V:
        !          1130:        cd spitbol; dirins
        !          1131: spline:        spline.c
        !          1132:        $CC $CFLAGS -o spline spline.c
        !          1133: /usr/bin/spline:       spline
        !          1134:        $INS spline bin,bin 775 $target
        !          1135: spline.ins:    /usr/bin/spline
        !          1136: split: split.c
        !          1137:        $CC $CFLAGS -o split split.c
        !          1138: /usr/bin/split:        split
        !          1139:        $INS split bin,bin 775 $target
        !          1140: split.ins:     /usr/bin/split
        !          1141: spool:V:
        !          1142:        cd spool; dirins
        !          1143: stat:  stat.c
        !          1144:        $CC $CFLAGS -o stat stat.c
        !          1145: /usr/bin/stat: stat
        !          1146:        $INS stat bin,bin 775 $target
        !          1147: stat.ins:      /usr/bin/stat
        !          1148: strip:V:
        !          1149:        cd strip; dirins
        !          1150: struct:V:
        !          1151:        cd struct; dirins
        !          1152: stty:  stty.c
        !          1153:        $CC $CFLAGS -o stty stty.c
        !          1154: /bin/stty:     stty
        !          1155:        $INS stty bin,bin 775 $target
        !          1156: stty.ins:      /bin/stty
        !          1157: style:V:
        !          1158:        cd style; dirins
        !          1159: su:    su.c
        !          1160:        $CC $CFLAGS -o su su.c
        !          1161: /etc/su:       su
        !          1162:        $INS su bin,bin 775 $target
        !          1163: su.ins:        /etc/su
        !          1164: sum:   sum.c
        !          1165:        $CC $CFLAGS -o sum sum.c
        !          1166: /usr/bin/sum:  sum
        !          1167:        $INS sum bin,bin 775 $target
        !          1168: sum.ins:       /usr/bin/sum
        !          1169: swapon:        swapon.c
        !          1170:        $CC $CFLAGS -o swapon swapon.c
        !          1171: /etc/swapon:   swapon
        !          1172:        $INS swapon bin,bin 775 $target
        !          1173: swapon.ins:    /etc/swapon
        !          1174: sync:  sync.c
        !          1175:        $CC $CFLAGS -o sync sync.c
        !          1176: /bin/sync:     sync
        !          1177:        $INS sync bin,bin 775 $target
        !          1178: sync.ins:      /bin/sync
        !          1179: tabs:  tabs.c
        !          1180:        $CC $CFLAGS -o tabs tabs.c
        !          1181: /usr/bin/tabs: tabs
        !          1182:        $INS tabs bin,bin 775 $target
        !          1183: tabs.ins:      /usr/bin/tabs
        !          1184: tail:  tail.c
        !          1185:        $CC $CFLAGS -o tail tail.c
        !          1186: /usr/bin/tail: tail
        !          1187:        $INS tail bin,bin 775 $target
        !          1188: tail.ins:      /usr/bin/tail
        !          1189: tape:  tape.c
        !          1190:        $CC $CFLAGS -o tape tape.c
        !          1191: /usr/bin/tape: tape
        !          1192:        $INS tape bin,bin 775 $target
        !          1193: tape.ins:      /usr/bin/tape
        !          1194: tar:   tar.c
        !          1195:        $CC $CFLAGS -o tar tar.c
        !          1196: /bin/tar:      tar
        !          1197:        $INS tar bin,bin 775 $target
        !          1198: tar.ins:       /bin/tar
        !          1199: tbl:V:
        !          1200:        cd tbl; dirins
        !          1201: tblmount:      tblmount.c
        !          1202:        $CC $CFLAGS -o tblmount tblmount.c
        !          1203: /usr/bin/tblmount:     tblmount
        !          1204:        $INS tblmount bin,bin 775 $target
        !          1205: tblmount.ins:  /usr/bin/tblmount
        !          1206: tee:   tee.c
        !          1207:        $CC $CFLAGS -o tee tee.c
        !          1208: /usr/bin/tee:  tee
        !          1209:        $INS tee bin,bin 775 $target
        !          1210: tee.ins:       /usr/bin/tee
        !          1211: telno: telno.c
        !          1212:        $CC $CFLAGS -o telno telno.c -lipc
        !          1213: /usr/bin/telno:        telno
        !          1214:        $INS telno bin,bin 775 $target
        !          1215: telno.ins:     /usr/bin/telno
        !          1216: termcap:V:
        !          1217:        cd termcap; dirins
        !          1218: test:  test.c
        !          1219:        $CC $CFLAGS -o test test.c
        !          1220: /bin/test:     test
        !          1221:        $INS test bin,bin 775 $target
        !          1222: test.ins:      /bin/test
        !          1223: time:  time.c
        !          1224:        $CC $CFLAGS -o time time.c
        !          1225: /bin/time:     time
        !          1226:        $INS time bin,bin 775 $target
        !          1227: time.ins:      /bin/time
        !          1228: tk:    tk.c
        !          1229:        $CC $CFLAGS -o tk tk.c
        !          1230: /usr/bin/tk:   tk
        !          1231:        $INS tk bin,bin 775 $target
        !          1232: tk.ins:        /usr/bin/tk
        !          1233: touch: touch.c
        !          1234:        $CC $CFLAGS -o touch touch.c
        !          1235: /usr/bin/touch:        touch
        !          1236:        $INS touch bin,bin 775 $target
        !          1237: touch.ins:     /usr/bin/touch
        !          1238: town:V:
        !          1239:        cd town; dirins
        !          1240: tp:V:
        !          1241:        cd tp; dirins
        !          1242: tpr:   tpr.c
        !          1243:        $CC $CFLAGS -o tpr tpr.c
        !          1244: /usr/bin/tpr:  tpr
        !          1245:        $INS tpr bin,bin 775 $target
        !          1246: tpr.ins:       /usr/bin/tpr
        !          1247: tr:    tr.c
        !          1248:        $CC $CFLAGS -o tr tr.c
        !          1249: /usr/bin/tr:   tr
        !          1250:        $INS tr bin,bin 775 $target
        !          1251: tr.ins:        /usr/bin/tr
        !          1252: trace:V:
        !          1253:        cd trace; dirins
        !          1254: track: track.c
        !          1255:        $CC $CFLAGS -o track track.c
        !          1256: /bin/track:    track
        !          1257:        $INS track bin,bin 775 $target
        !          1258: track.ins:     /bin/track
        !          1259: treesum:       treesum.c
        !          1260:        $CC $CFLAGS -o treesum treesum.c
        !          1261: /usr/bin/treesum:      treesum
        !          1262:        $INS treesum bin,bin 775 $target
        !          1263: treesum.ins:   /usr/bin/treesum
        !          1264: troff:V:
        !          1265:        cd troff; dirins
        !          1266: true:  true.sh
        !          1267:        cp true.sh true
        !          1268: /bin/true:     true
        !          1269:        $INS true bin,bin 775 $target
        !          1270: true.ins:      /bin/true
        !          1271: tsort:V:
        !          1272:        cd tsort; dirins
        !          1273: tty:   tty.c
        !          1274:        $CC $CFLAGS -o tty tty.c
        !          1275: /usr/bin/tty:  tty
        !          1276:        $INS tty bin,bin 775 $target
        !          1277: tty.ins:       /usr/bin/tty
        !          1278: twig:V:
        !          1279:        cd twig; dirins
        !          1280: ucds:  ucds.sh
        !          1281:        cp ucds.sh ucds
        !          1282: /usr/bin/ucds: ucds
        !          1283:        $INS ucds bin,bin 775 $target
        !          1284: ucds.ins:      /usr/bin/ucds
        !          1285: udemon:V:
        !          1286:        cd udemon; dirins
        !          1287: ul:V:
        !          1288:        cd ul; dirins
        !          1289: umount:        umount.c
        !          1290:        $CC $CFLAGS -o umount umount.c
        !          1291: /etc/umount:   umount
        !          1292:        $INS umount bin,bin 775 $target
        !          1293: umount.ins:    /etc/umount
        !          1294: und:   und.c
        !          1295:        $CC $CFLAGS -o und und.c
        !          1296: /usr/bin/und:  und
        !          1297:        $INS und bin,bin 775 $target
        !          1298: und.ins:       /usr/bin/und
        !          1299: unexpand:      unexpand.c
        !          1300:        $CC $CFLAGS -o unexpand unexpand.c
        !          1301: /usr/bin/unexpand:     unexpand
        !          1302:        $INS unexpand bin,bin 775 $target
        !          1303: unexpand.ins:  /usr/bin/unexpand
        !          1304: uniq:  uniq.c
        !          1305:        $CC $CFLAGS -o uniq uniq.c
        !          1306: /usr/bin/uniq: uniq
        !          1307:        $INS uniq bin,bin 775 $target
        !          1308: uniq.ins:      /usr/bin/uniq
        !          1309: units:V:
        !          1310:        cd units; dirins
        !          1311: upas:V:
        !          1312:        cd upas; dirins
        !          1313: update:        update.c
        !          1314:        $CC $CFLAGS -o update update.c
        !          1315: /etc/update:   update
        !          1316:        $INS update bin,bin 775 $target
        !          1317: update.ins:    /etc/update
        !          1318: user:  user.c
        !          1319:        $CC $CFLAGS -o user user.c
        !          1320: /usr/bin/user: user
        !          1321:        $INS user bin,bin 775 $target
        !          1322: user.ins:      /usr/bin/user
        !          1323: usgmake:V:
        !          1324:        cd usgmake; dirins
        !          1325: ustats:        ustats.c
        !          1326:        $CC $CFLAGS -o ustats ustats.c
        !          1327: /usr/bin/ustats:       ustats
        !          1328:        $INS ustats bin,bin 775 $target
        !          1329: ustats.ins:    /usr/bin/ustats
        !          1330: uucp:V:
        !          1331:        cd uucp; dirins
        !          1332: uudecode:      uudecode.c
        !          1333:        $CC $CFLAGS -o uudecode uudecode.c
        !          1334: /usr/bin/uudecode:     uudecode
        !          1335:        $INS uudecode bin,bin 775 $target
        !          1336: uudecode.ins:  /usr/bin/uudecode
        !          1337: uudiff:V:
        !          1338:        cd uudiff; dirins
        !          1339: uuencode:      uuencode.c
        !          1340:        $CC $CFLAGS -o uuencode uuencode.c
        !          1341: /usr/bin/uuencode:     uuencode
        !          1342:        $INS uuencode bin,bin 775 $target
        !          1343: uuencode.ins:  /usr/bin/uuencode
        !          1344: v7:    v7.c
        !          1345:        $CC $CFLAGS -o v7 v7.c
        !          1346: /usr/bin/v7:   v7
        !          1347:        $INS v7 bin,bin 775 $target
        !          1348: v7.ins:        /usr/bin/v7
        !          1349: v8:    v8.c
        !          1350:        $CC $CFLAGS -o v8 v8.c
        !          1351: /usr/bin/v8:   v8
        !          1352:        $INS v8 bin,bin 775 $target
        !          1353: v8.ins:        /usr/bin/v8
        !          1354: view2d:V:
        !          1355:        cd view2d; dirins
        !          1356: vis:   vis.c
        !          1357:        $CC $CFLAGS -o vis vis.c
        !          1358: /usr/bin/vis:  vis
        !          1359:        $INS vis bin,bin 775 $target
        !          1360: vis.ins:       /usr/bin/vis
        !          1361: visi:V:
        !          1362:        cd visi; dirins
        !          1363: vmstat:V:
        !          1364:        cd vmstat; dirins
        !          1365: vpr:   vpr.c
        !          1366:        $CC $CFLAGS -o vpr vpr.c
        !          1367: /usr/bin/vpr:  vpr
        !          1368:        $INS vpr bin,bin 775 $target
        !          1369: vpr.ins:       /usr/bin/vpr
        !          1370: w:     w.c
        !          1371:        $CC $CFLAGS -o w w.c
        !          1372: /usr/bin/w:    w
        !          1373:        $INS w bin,bin 775 $target
        !          1374: w.ins: /usr/bin/w
        !          1375: wall:  wall.c
        !          1376:        $CC $CFLAGS -o wall wall.c
        !          1377: /etc/wall:     wall
        !          1378:        $INS wall bin,bin 775 $target
        !          1379: wall.ins:      /etc/wall
        !          1380: wc:    wc.c
        !          1381:        $CC $CFLAGS -o wc wc.c
        !          1382: /usr/bin/wc:   wc
        !          1383:        $INS wc bin,bin 775 $target
        !          1384: wc.ins:        /usr/bin/wc
        !          1385: weather:V:
        !          1386:        cd weather; dirins
        !          1387: weather:       weather.sh
        !          1388:        cp weather.sh weather
        !          1389: /usr/bin/weather:      weather
        !          1390:        $INS weather bin,bin 775 $target
        !          1391: weather.ins:   /usr/bin/weather
        !          1392: where: where.sh
        !          1393:        cp where.sh where
        !          1394: /usr/bin/where:        where
        !          1395:        $INS where bin,bin 775 $target
        !          1396: where.ins:     /usr/bin/where
        !          1397: which: which.sh
        !          1398:        cp which.sh which
        !          1399: /usr/bin/which:        which
        !          1400:        $INS which bin,bin 775 $target
        !          1401: which.ins:     /usr/bin/which
        !          1402: who:   who.c
        !          1403:        $CC $CFLAGS -o who who.c
        !          1404: /bin/who:      who
        !          1405:        $INS who bin,bin 775 $target
        !          1406: who.ins:       /bin/who
        !          1407: worm:V:
        !          1408:        cd worm; dirins
        !          1409: write: write.c
        !          1410:        $CC $CFLAGS -o write write.c
        !          1411: /bin/write:    write
        !          1412:        $INS write bin,bin 775 $target
        !          1413: write.ins:     /bin/write
        !          1414: wwb:V:
        !          1415:        cd wwb; dirins
        !          1416: wwv:V:
        !          1417:        cd wwv; dirins
        !          1418: xargs: xargs.c
        !          1419:        $CC $CFLAGS -o xargs xargs.c
        !          1420: /usr/bin/xargs:        xargs
        !          1421:        $INS xargs bin,bin 775 $target
        !          1422: xargs.ins:     /usr/bin/xargs
        !          1423: xref:V:
        !          1424:        cd xref; dirins
        !          1425: xstr:  xstr.c
        !          1426:        $CC $CFLAGS -o xstr xstr.c
        !          1427: /usr/bin/xstr: xstr
        !          1428:        $INS xstr bin,bin 775 $target
        !          1429: xstr.ins:      /usr/bin/xstr
        !          1430: yacc:V:
        !          1431:        cd yacc; dirins
        !          1432: yes:   yes.c
        !          1433:        $CC $CFLAGS -o yes yes.c
        !          1434: /usr/bin/yes:  yes
        !          1435:        $INS yes bin,bin 775 $target
        !          1436: yes.ins:       /usr/bin/yes

unix.superglobalmegacorp.com

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