From 54711ff6906ddc932b21335d7d54ea216bf45d4c Mon Sep 17 00:00:00 2001 From: garga Date: Wed, 26 Jul 2006 11:31:46 +0000 Subject: Cle is a Command Line Editor. It provides the editing/history/completion commands of the GNU readline package to any line-oriented Unix command. WWW: http://kaolin.unice.fr/Cle/ PR: ports/100855 Submitted by: Timothy Bourke --- editors/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'editors/Makefile') diff --git a/editors/Makefile b/editors/Makefile index fc1976121cfd..6a241895f93a 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -25,6 +25,7 @@ SUBDIR += bpatch SUBDIR += bvi SUBDIR += chexedit + SUBDIR += cle SUBDIR += code-browser SUBDIR += color-mate SUBDIR += conglomerate -- cgit