Annotation of researchv10no/cmd/cbt/mkfile, revision 1.1.1.1

1.1       root        1: LCBT = -lcbt
                      2: ALL = btadd btbuild btcat btcreat btdelete btlook btran btreport btsquash
                      3: NPROC=2
                      4: BUILTINS=
                      5: 
                      6: all:    $ALL
                      7: 
                      8: %:     %.c
                      9:        $CC $CFLAGS $prereq $LCBT -o $target
                     10: 
                     11: install:V:
                     12:        strip $ALL
                     13:        test -d /usr/lib/btree || mkdir /usr/lib/btree
                     14:        mv $ALL /usr/lib/btree
                     15:        cp cbt /usr/bin
                     16: 
                     17: clean:
                     18:        rm -f $ALL

unix.superglobalmegacorp.com

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