2020-04-05 15:31:39 +03:00
|
|
|
# $NetBSD: Makefile,v 1.6 2020/04/05 12:31:39 roy Exp $
|
2010-02-03 18:34:37 +03:00
|
|
|
|
|
|
|
HOSTPROGNAME= ${_TOOL_PREFIX}tic
|
|
|
|
HOST_SRCDIR= usr.bin/tic
|
2020-04-05 15:31:39 +03:00
|
|
|
|
|
|
|
# We need our libterminfo to compile compat and write to the database
|
|
|
|
CPPFLAGS+= -DTERMINFO_COMPILE -DTERMINFO_COMPAT -DTERMINFO_DB
|
2010-02-23 02:05:39 +03:00
|
|
|
HOST_SRCS= compile.c hash.c
|
2010-02-03 18:34:37 +03:00
|
|
|
|
2011-11-02 21:49:20 +04:00
|
|
|
TERMINFODIR= ${NETBSDSRCDIR}/lib/libterminfo
|
|
|
|
|
2010-02-03 18:34:37 +03:00
|
|
|
.include "${.CURDIR}/../Makefile.host"
|
2011-11-02 21:49:20 +04:00
|
|
|
.include "${TERMINFODIR}/Makefile.hash"
|
2010-02-03 18:34:37 +03:00
|
|
|
|
2011-11-02 21:49:20 +04:00
|
|
|
.PATH: ${TERMINFODIR}
|