From ad95e3077cbf7a5ef54b47ead51eede3cf2c59bc Mon Sep 17 00:00:00 2001 From: drahn Date: Tue, 2 Sep 2008 00:01:34 +0000 Subject: [PATCH] Use the installed version of tic instead of the newly built version, The build/upgrade process requires that changes requiring this type of update be recorded in faq/current.html. ok deraadt@ --- share/termtypes/Makefile | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/share/termtypes/Makefile b/share/termtypes/Makefile index f2b3e97a511..9d081147126 100644 --- a/share/termtypes/Makefile +++ b/share/termtypes/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2000/02/17 19:58:34 millert Exp $ +# $OpenBSD: Makefile,v 1.16 2008/09/02 00:01:34 drahn Exp $ # # Take termcap/terminfo master file and generate termcap/terminfo .db files # master: http://www.tuxedo.org/~esr/terminfo/termtypes.master.gz MAN= termcap.5 CLEANFILES+= terminfo.src termcap.src terminfo.db termcap.db +TIC= /usr/bin/tic all: terminfo.db termcap.db @@ -58,12 +59,3 @@ realinstall: ln -fs ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap .include - -# Use the tic we just built if possible -.if exists(${.CURDIR}/../../usr.bin/tic/${__objdir}/tic) -TIC= ${.CURDIR}/../../usr.bin/tic/${__objdir}/tic -.elif exists(../../usr.bin/tic/tic) -TIC= ../../usr.bin/tic/tic -.else -TIC= /usr/bin/tic -.endif -- 2.20.1