1994-05-30 19:09:18 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/8/93
|
1999-08-28 00:22:10 +00:00
|
|
|
# $FreeBSD$
|
1994-05-30 19:09:18 +00:00
|
|
|
|
|
|
|
# reorder gives an editor command for most common terminals
|
|
|
|
# (in reverse order from n'th to 1'st most commonly used)
|
|
|
|
# to move them to the front of termcap
|
|
|
|
#
|
2001-03-27 13:48:25 +00:00
|
|
|
MAN= termcap.5
|
1994-05-30 19:09:18 +00:00
|
|
|
|
2001-12-17 13:59:35 +00:00
|
|
|
FILES= map3270 termcap termcap.db
|
|
|
|
FILESDIR= ${BINDIR}/misc
|
1994-07-06 02:16:59 +00:00
|
|
|
CLEANFILES+= termcap termcap.db
|
1994-05-30 19:09:18 +00:00
|
|
|
|
|
|
|
termcap: reorder termcap.src
|
2001-09-14 17:06:06 +00:00
|
|
|
TERM=dumb ex - ${.CURDIR}/termcap.src < ${.CURDIR}/reorder
|
1994-05-30 19:09:18 +00:00
|
|
|
|
|
|
|
termcap.db: termcap
|
|
|
|
cap_mkdb termcap
|
|
|
|
|
1996-08-17 22:27:08 +00:00
|
|
|
etc-termcap:
|
2001-12-17 13:59:35 +00:00
|
|
|
ln -fs ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
|
1994-05-30 19:09:18 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|