1afe61c15SRodney W. Grimes# @(#)Makefile 8.1 (Berkeley) 6/8/93 27f3dea24SPeter Wemm# $FreeBSD$ 3afe61c15SRodney W. Grimes 4afe61c15SRodney W. Grimes# reorder gives an editor command for most common terminals 5afe61c15SRodney W. Grimes# (in reverse order from n'th to 1'st most commonly used) 6afe61c15SRodney W. Grimes# to move them to the front of termcap 7afe61c15SRodney W. Grimes# 8acaf79e1SRuslan ErmilovMAN= termcap.5 9afe61c15SRodney W. Grimes 10a7b5a3d4SEmmanuel VadotPACKAGE= runtime 11423987b6SPoul-Henning KampFILES= termcap termcap.db 12a7aaf57eSRuslan ErmilovFILESDIR= ${BINDIR}/misc 131db9ecffSEnji CooperCLEANFILES+= termcap.db 146a42f8ddSEmmanuel VadotCONFS= termcap.small 15afe61c15SRodney W. Grimes 166fe37d13SRuslan Ermilov.include <bsd.endian.mk> 17*a8b8edb2SMaxim Sobolev.include <src.tools.mk> 186fe37d13SRuslan Ermilov 19afe61c15SRodney W. Grimestermcap.db: termcap 20*a8b8edb2SMaxim Sobolev ${CAP_MKDB_CMD} ${CAP_MKDB_ENDIAN} -f ${.TARGET:R} ${.ALLSRC} 21afe61c15SRodney W. Grimes 22361e0905SWolfram Schneideretc-termcap: 23cea7cfd2SEd Maste ${INSTALL_SYMLINK} -T "package=runtime" \ 24cea7cfd2SEd Maste ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap 25afe61c15SRodney W. Grimes 26afe61c15SRodney W. Grimes.include <bsd.prog.mk> 27