Makefile (b626f5a73a48f44a31a200291b141e1da408a2ff) Makefile (ce9f2d31b3746d273d14d8cdb28837847f8b867d)
1# @(#)Makefile 8.1 (Berkeley) 6/8/93
2# $FreeBSD$
3
4# reorder gives an editor command for most common terminals
5# (in reverse order from n'th to 1'st most commonly used)
6# to move them to the front of termcap
7#
8MAN= termcap.5

--- 10 unchanged lines hidden (view full) ---

19.else
20CAP_MKDB_ENDIAN=
21.endif
22
23termcap.db: termcap
24 cap_mkdb ${CAP_MKDB_ENDIAN} -f ${.TARGET:R} ${.ALLSRC}
25
26etc-termcap:
1# @(#)Makefile 8.1 (Berkeley) 6/8/93
2# $FreeBSD$
3
4# reorder gives an editor command for most common terminals
5# (in reverse order from n'th to 1'st most commonly used)
6# to move them to the front of termcap
7#
8MAN= termcap.5

--- 10 unchanged lines hidden (view full) ---

19.else
20CAP_MKDB_ENDIAN=
21.endif
22
23termcap.db: termcap
24 cap_mkdb ${CAP_MKDB_ENDIAN} -f ${.TARGET:R} ${.ALLSRC}
25
26etc-termcap:
27 ${INSTALL_SYMLINK} ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
27 ${INSTALL_RSYMLINK} ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
28
29.include <bsd.prog.mk>
28
29.include <bsd.prog.mk>