summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt <matt@NetBSD.org>2003-11-12 02:18:27 +0000
committermatt <matt@NetBSD.org>2003-11-12 02:18:27 +0000
commitc6f617d7c19cbb70a010ba458a01a4ad66bc8f43 (patch)
tree66333067948eb0db12ab627ed51de34410aea58a
parentf85139994345420914c6ac7150ab26016011860d (diff)
Don't use TERMCAP if host tool.
-rw-r--r--tools/sunlabel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/sunlabel/Makefile b/tools/sunlabel/Makefile
index 2839663e1fd..8cb2d8f6b08 100644
--- a/tools/sunlabel/Makefile
+++ b/tools/sunlabel/Makefile
@@ -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"