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

1.1       root        1: #
                      2: # Copyright (c) 1980 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.2 (Berkeley) 3/3/86
                      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: DESTDIR =
                     13: 
                     14: termcap: reorder termcap.src
                     15:        ex - termcap.src < reorder
                     16: 
                     17: install: termcap tabset
                     18:        install -m 444 termcap ${DESTDIR}/etc/termcap
                     19: 
                     20: tabset: FRC
                     21:        rm -fr ${DESTDIR}/usr/lib/tabset
                     22:        mkdir ${DESTDIR}/usr/lib/tabset
                     23:        cp tabset/* ${DESTDIR}/usr/lib/tabset
                     24: 
                     25: clean:
                     26:        rm -f termcap
                     27: 
                     28: FRC:
                     29: 
                     30: installall:
                     31:        cp termcap /etc/termcap
                     32:        @for i in arpa ernie kim dali calder ucbvax miro;\
                     33:                do echo $$i;\
                     34:                rcp termcap $$i':'/etc/termcap;\
                     35:                done
                     36: 
                     37: tabsetall: tabset
                     38:        @for i in arpa ernie kim dali calder ucbvax miro;\
                     39:                do echo $$i;\
                     40:                rsh $$i /bin/rm -fr /usr/lib/tabset;\
                     41:                rcp -r tabset $$i':'/usr/lib;\
                     42:                done

unix.superglobalmegacorp.com

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