freebsd-dev/share/termcap/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
572 B
Makefile
Raw Normal View History

1994-05-30 19:09:18 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/8/93
# 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
PACKAGE= runtime
FILES= termcap termcap.db
FILESDIR= ${BINDIR}/misc
CLEANFILES+= termcap.db
.include <bsd.endian.mk>
.include <src.tools.mk>
1994-05-30 19:09:18 +00:00
termcap.db: termcap
${CAP_MKDB_CMD} ${CAP_MKDB_ENDIAN} -f ${.TARGET:R} ${.ALLSRC}
1994-05-30 19:09:18 +00:00
etc-termcap:
${INSTALL_SYMLINK} -T "package=runtime" \
${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
1994-05-30 19:09:18 +00:00
.include <bsd.prog.mk>