fde317d2b1
$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.
10 lines
224 B
Makefile
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
|