Don't use TERMCAP if host tool.

This commit is contained in:
matt 2003-11-12 02:18:27 +00:00
parent f851399943
commit c6f617d7c1
1 changed files with 2 additions and 2 deletions

View File

@ -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"