1994-05-30 15:09:18 -04:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/8/93
|
1999-08-27 20:22:10 -04:00
|
|
|
# $FreeBSD$
|
1994-05-30 15:09:18 -04: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 08:48:25 -05:00
|
|
|
MAN= termcap.5
|
1994-05-30 15:09:18 -04:00
|
|
|
|
2019-09-05 10:13:08 -04:00
|
|
|
PACKAGE= runtime
|
2005-08-05 05:52:25 -04:00
|
|
|
FILES= termcap termcap.db
|
2001-12-17 08:59:35 -05:00
|
|
|
FILESDIR= ${BINDIR}/misc
|
2014-12-10 15:40:03 -05:00
|
|
|
CLEANFILES+= termcap.db
|
2019-05-22 03:22:34 -04:00
|
|
|
CONFS= termcap.small
|
1994-05-30 15:09:18 -04:00
|
|
|
|
2005-02-22 18:29:54 -05:00
|
|
|
.include <bsd.endian.mk>
|
2020-04-06 22:46:22 -04:00
|
|
|
.include <src.tools.mk>
|
2005-02-22 18:29:54 -05:00
|
|
|
|
1994-05-30 15:09:18 -04:00
|
|
|
termcap.db: termcap
|
2020-04-06 22:46:22 -04:00
|
|
|
${CAP_MKDB_CMD} ${CAP_MKDB_ENDIAN} -f ${.TARGET:R} ${.ALLSRC}
|
1994-05-30 15:09:18 -04:00
|
|
|
|
1996-08-17 18:27:08 -04:00
|
|
|
etc-termcap:
|
2020-01-22 13:55:36 -05:00
|
|
|
${INSTALL_SYMLINK} -T "package=runtime" \
|
|
|
|
|
${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
|
1994-05-30 15:09:18 -04:00
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|