From e19d6e46677aa4f332ca8d12dc71f706f1ce0488 Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Mon, 22 Jul 1996 04:46:03 +0000 Subject: Add build of terminfo.db; note that the terminfo source has been modified to have stock X11R6 xterm as the default "xterm" entry, and not the fixed XFree86 3.1.2E version --- share/terminfo/Makefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 share/terminfo/Makefile (limited to 'share/terminfo/Makefile') diff --git a/share/terminfo/Makefile b/share/terminfo/Makefile new file mode 100644 index 00000000000..08c5122dee5 --- /dev/null +++ b/share/terminfo/Makefile @@ -0,0 +1,19 @@ +# $OpenBSD: Makefile,v 1.1 1996/07/22 04:46:01 tholo Exp $ + +#MAN= terminfo.5 + +CLEANFILES= fixed terminfo.db +all: terminfo.db + +terminfo.db: terminfo.src + cat ${.ALLSRC} | sed \ + -e 's,/usr/share/lib/tabset,/usr/share/tabset,g' \ + -e 's,/usr/lib/tabset,/usr/share/tabset,g' \ + > ${.OBJDIR}/fixed + info_mkdb -f terminfo ${.OBJDIR}/fixed + +realinstall: + install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 terminfo.db \ + ${DESTDIR}${BINDIR}/misc/terminfo.db + +.include -- cgit v1.2.3