taken off the net; done by SUN
[unix-history] / usr / src / share / termcap / Makefile
CommitLineData
8c5eec2f 1#
d2748719 2# Copyright (c) 1987 Regents of the University of California.
8c5eec2f
DF
3# All rights reserved. The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
ee23f121 6# @(#)Makefile 5.5 (Berkeley) %G%
f6a33b51
KL
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#
d2748719 12all: termcap
3a6afa04 13
1f519d9c 14termcap: reorder termcap.src
0b90910f 15 ex - termcap.src < reorder
f42f0ddb 16
d2748719
KB
17clean: FRC
18 rm -f termcap
bc509670 19
d2748719 20install: FRC
87339b1a 21 install -c -o bin -g bin -m 444 map3270 ${DESTDIR}/etc/map3270
d2748719
KB
22 install -o bin -g staff -m 444 termcap ${DESTDIR}/etc/termcap
23 rm -rf ${DESTDIR}/usr/lib/tabset
3a6afa04 24 mkdir ${DESTDIR}/usr/lib/tabset
87339b1a
KB
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
f42f0ddb 28
66da2b0f 29depend:
d2748719
KB
30lint:
31tags:
7f9fba16 32FRC: