# 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
include "${.CURDIR}/../Makefile.host"
include "${TERMINFODIR}/Makefile.hash"