Annotation of 40BSD/cmd/termcap/makefile, revision 1.1.1.1

1.1       root        1: #
                      2: # reorder gives an editor command for most common terminals
                      3: # (in reverse order from n'th to 1'st most commonly used)
                      4: # to move them to the front of termcap
                      5: #
                      6: termcap.obj: termcap.src
                      7:        ed - termcap.src < reorder
                      8: install: termcap.obj
                      9:        cp termcap.obj ${DESTDIR}/etc/termcap
                     10: clean:
                     11:        rm -f termcap.obj
                     12: tabset:        /tmp
                     13:        mkdir /usr/lib/tabset
                     14:        cp tabset/* /usr/lib/tabset
                     15: VGRIND=        csh /usr/ucb/vgrind
                     16: vgrind:
                     17:        ${VGRIND} -n -h "Terminal Capibility Data Base" \
                     18:        termcap.src reorder makefile

unix.superglobalmegacorp.com

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