Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/terminfo Retain commented out capabilities by default.
details: https://anonhg.NetBSD.org/src/rev/7aa0759bd9c7
branches: trunk
changeset: 751484:7aa0759bd9c7
user: roy <roy%NetBSD.org@localhost>
date: Fri Feb 05 16:34:04 2010 +0000
description:
Retain commented out capabilities by default.
diffstat:
share/terminfo/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r f0f4244b3aa7 -r 7aa0759bd9c7 share/terminfo/Makefile
--- a/share/terminfo/Makefile Fri Feb 05 16:32:19 2010 +0000
+++ b/share/terminfo/Makefile Fri Feb 05 16:34:04 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2010/02/03 15:16:32 roy Exp $
+# $NetBSD: Makefile,v 1.2 2010/02/05 16:34:04 roy Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/8/93
CLEANFILES= terminfo.db
@@ -8,6 +8,6 @@
terminfo.db: terminfo
${_MKTARGET_CREATE}
- ${TOOL_TIC} -x -o "${.OBJDIR}/terminfo" "${.CURDIR}/terminfo"
+ ${TOOL_TIC} -ax -o "${.OBJDIR}/terminfo" "${.CURDIR}/terminfo"
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index