tools: Build tic with full fat terminfo

This commit is contained in:
roy 2020-04-05 12:31:39 +00:00
parent 9e387da605
commit e457e4abc4
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
# $NetBSD: Makefile,v 1.5 2011/11/02 17:49:20 christos Exp $
# $NetBSD: Makefile,v 1.6 2020/04/05 12:31:39 roy Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}tic
HOST_SRCDIR= usr.bin/tic
# We need our libterminfo to compile compat and write to the database
CPPFLAGS+= -DTERMINFO_COMPILE -DTERMINFO_COMPAT -DTERMINFO_DB
HOST_SRCS= compile.c hash.c
TERMINFODIR= ${NETBSDSRCDIR}/lib/libterminfo