Made /etc/termcap owned by root, in group termcap, and with mode 664
[unix-history] / usr / src / share / termcap / Makefile
CommitLineData
73aad0f3 1# @(#)Makefile 1.6 %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
73aad0f3
CL
13 install -o root -m 664 -c termcap.obj ${DESTDIR}/etc/termcap
14 chgrp termcap ${DESTDIR}/etc/termcap
3a6afa04
KL
15 rm -fr ${DESTDIR}/usr/lib/tabset
16 mkdir ${DESTDIR}/usr/lib/tabset
17 cp tabset/* ${DESTDIR}/usr/lib/tabset
f42f0ddb 18
f6a33b51
KL
19clean:
20 rm -f termcap.obj