diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-11 19:15:03 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-02-11 19:15:03 +0000 |
commit | d6902361d36fed6fc44446ac045c8fbeb5e26427 (patch) | |
tree | de075d83fa9aa1827fe1994b805604efe23c219d /devel/Makefile | |
parent | Port net/zephyr has an unfetchable distfile. The included patch fixes the (diff) |
add libtecla, a interactive command line editing facilities
Notes
Notes:
svn path=/head/; revision=38222
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 865f2d1b3028..4b2cd6175aeb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -167,6 +167,7 @@ SUBDIR += libsock SUBDIR += libstash SUBDIR += libtai + SUBDIR += libtecla SUBDIR += libtool SUBDIR += libunicode SUBDIR += libxalloc |