|
|
1.1 root 1: # @(#)Makefile 1.10 (Berkeley) 7/1/83
2: #
3: # reorder gives an editor command for most common terminals
4: # (in reverse order from n'th to 1'st most commonly used)
5: # to move them to the front of termcap
6: #
7: MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
8: DESTDIR =
9:
10: all:
11:
12: install: termcap tabsetall
13: install -m 664 -c termcap ${DESTDIR}/etc/termcap
14:
15: tabsetall:
16: rm -fr ${DESTDIR}/usr/lib/tabset
17: mkdir ${DESTDIR}/usr/lib/tabset
18: cp tabset/* ${DESTDIR}/usr/lib/tabset
19:
20: cleansrc:
21: rm -f README termcap Make* tabset/[a-z]*
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.