BSD 4 development
[unix-history] / .ref-BSD-3 / usr / src / cmd / termcap / makefile
CommitLineData
e629a856
BJ
1#
2# reorder gives an editor command for most common terminals
3# (in reverse order from n'th to 1'st most commonly used)
4# to move them to the front of termcap
5#
6termcap.obj: termcap.src
7 ed - termcap.src < reorder
8install: termcap.obj
9 cp termcap.obj ${DESTDIR}/etc/termcap
10clean:
11 rm -f termcap.obj