date and time created 83/02/11 18:28:52 by shannon
[unix-history] / usr / src / share / termcap / Makefile
CommitLineData
3a6afa04 1# @(#)Makefile 1.5 %G%
f6a33b51
KL
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#
09a7c9c0 7DESTDIR =
3a6afa04 8
f42f0ddb 9termcap.obj: reorder termcap.src
0b90910f 10 ex - termcap.src < reorder
f42f0ddb 11
f6a33b51 12install: termcap.obj
3a6afa04
KL
13 install -c termcap.obj ${DESTDIR}/etc/termcap
14 rm -fr ${DESTDIR}/usr/lib/tabset
15 mkdir ${DESTDIR}/usr/lib/tabset
16 cp tabset/* ${DESTDIR}/usr/lib/tabset
f42f0ddb 17
f6a33b51
KL
18clean:
19 rm -f termcap.obj