diff options
| author | roy <roy@NetBSD.org> | 2010-02-22 23:05:39 +0000 |
|---|---|---|
| committer | roy <roy@NetBSD.org> | 2010-02-22 23:05:39 +0000 |
| commit | fde317d2b105ccabb4599840ec51d8a5259a1247 (patch) | |
| tree | f24f7ab08c38aac083d35014b0f1cb716ae9c360 /tools | |
| parent | 24e08ad36b31041b7acbbb4affd7cb0fe9e2f521 (diff) | |
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.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tic/Makefile b/tools/tic/Makefile index 2d0f997acd5..a941518567c 100644 --- a/tools/tic/Makefile +++ b/tools/tic/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2010/02/20 19:04:48 roy Exp $ +# $NetBSD: Makefile,v 1.4 2010/02/22 23:05:39 roy Exp $ HOSTPROGNAME= ${_TOOL_PREFIX}tic HOST_SRCDIR= usr.bin/tic -HOST_SRCS= hash.c +HOST_SRCS= compile.c hash.c .include "${.CURDIR}/../Makefile.host" |
