NetBSD/tools/tic/Makefile
roy fde317d2b1 libterminfo can now compile a single terminfo description which allows
$TERMINFO to be a terminfo description as well as a file reference.

This enables the user to modify the terminfo description on read-only
media.
2010-02-22 23:05:39 +00:00

10 lines
224 B
Makefile

# $NetBSD: Makefile,v 1.4 2010/02/22 23:05:39 roy Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}tic
HOST_SRCDIR= usr.bin/tic
HOST_SRCS= compile.c hash.c
.include "${.CURDIR}/../Makefile.host"
.PATH: ${NETBSDSRCDIR}/lib/libterminfo