Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/sunlabel Don't use TERMCAP if host tool.



details:   https://anonhg.NetBSD.org/src/rev/b8a9917d0f27
branches:  trunk
changeset: 555225:b8a9917d0f27
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Nov 12 02:18:27 2003 +0000

description:
Don't use TERMCAP if host tool.

diffstat:

 tools/sunlabel/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r c9c981bbd331 -r b8a9917d0f27 tools/sunlabel/Makefile
--- a/tools/sunlabel/Makefile   Wed Nov 12 02:17:53 2003 +0000
+++ b/tools/sunlabel/Makefile   Wed Nov 12 02:18:27 2003 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.3 2003/01/27 01:25:07 uwe Exp $
+#      $NetBSD: Makefile,v 1.4 2003/11/12 02:18:27 matt Exp $
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}sunlabel
 HOST_SRCDIR=   usr.sbin/sunlabel
-HOST_CPPFLAGS= -DDISTRIB -DNO_S_COMMAND
+HOST_CPPFLAGS= -DDISTRIB -DNO_S_COMMAND -DNO_TERMCAP_WIDTH
 
 .include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index