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
|
|
|
|
2019-09-05 14:13:08 +00:00
|
|
|
PACKAGE= runtime
|
2005-08-05 09:52:25 +00:00
|
|
|
FILES= termcap termcap.db
|
2001-12-17 13:59:35 +00:00
|
|
|
FILESDIR= ${BINDIR}/misc
|
2014-12-10 20:40:03 +00:00
|
|
|
CLEANFILES+= termcap.db
|
2019-05-22 07:22:34 +00:00
|
|
|
CONFS= termcap.small
|
1994-05-30 19:09:18 +00:00
|
|
|
|
2005-02-22 23:29:54 +00:00
|
|
|
.include <bsd.endian.mk>
|
2020-04-07 02:46:22 +00:00
|
|
|
.include <src.tools.mk>
|
2005-02-22 23:29:54 +00:00
|
|
|
|
1994-05-30 19:09:18 +00:00
|
|
|
termcap.db: termcap
|
2020-04-07 02:46:22 +00:00
|
|
|
${CAP_MKDB_CMD} ${CAP_MKDB_ENDIAN} -f ${.TARGET:R} ${.ALLSRC}
|
1994-05-30 19:09:18 +00:00
|
|
|
|
1996-08-17 22:27:08 +00:00
|
|
|
etc-termcap:
|
2020-01-22 18:55:36 +00:00
|
|
|
${INSTALL_SYMLINK} -T "package=runtime" \
|
|
|
|
${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
|
1994-05-30 19:09:18 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|