diff options
| author | matt <matt@NetBSD.org> | 2003-11-12 02:18:27 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2003-11-12 02:18:27 +0000 |
| commit | c6f617d7c19cbb70a010ba458a01a4ad66bc8f43 (patch) | |
| tree | 66333067948eb0db12ab627ed51de34410aea58a /tools | |
| parent | f85139994345420914c6ac7150ab26016011860d (diff) | |
Don't use TERMCAP if host tool.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/sunlabel/Makefile | 4 |
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" |
