Annotation of 43BSDTahoe/etc/termcap/Makefile, revision 1.1.1.1

1.1       root        1: #
                      2: # Copyright (c) 1987 Regents of the University of California.
                      3: # All rights reserved.  The Berkeley software License Agreement
                      4: # specifies the terms and conditions for redistribution.
                      5: #
                      6: #      @(#)Makefile    5.5     (Berkeley)      1/21/88
                      7: #
                      8: # reorder gives an editor command for most common terminals
                      9: # (in reverse order from n'th to 1'st most commonly used)
                     10: # to move them to the front of termcap
                     11: #
                     12: all: termcap
                     13: 
                     14: termcap: reorder termcap.src
                     15:        ex - termcap.src < reorder
                     16: 
                     17: clean: FRC
                     18:        rm -f termcap
                     19: 
                     20: install: FRC
                     21:        install -c -o bin -g bin -m 444 map3270 ${DESTDIR}/etc/map3270
                     22:        install -o bin -g staff -m 444 termcap ${DESTDIR}/etc/termcap
                     23:        rm -rf ${DESTDIR}/usr/lib/tabset
                     24:        mkdir ${DESTDIR}/usr/lib/tabset
                     25:        chown bin.bin ${DESTDIR}/usr/lib/tabset
                     26:        chmod 755 ${DESTDIR}/usr/lib/tabset
                     27:        install -c -o bin -g bin -m 444 tabset/* ${DESTDIR}/usr/lib/tabset
                     28: 
                     29: depend:
                     30: lint:
                     31: tags:
                     32: FRC:

unix.superglobalmegacorp.com

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