From ebf04ce3e05a972ed36c9ce50972ff3e767ac1f9 Mon Sep 17 00:00:00 2001 From: pav Date: Wed, 9 Feb 2005 21:22:47 +0000 Subject: Ledit is a line editor, allowing to use control commands like in emacs or in shells (bash, tcsh). To be used with interactive commands. It is written in Ocaml and Camlp4 and uses the library unix.cma. PR: ports/77307 Submitted by: Marwan Burelle --- sysutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysutils/Makefile') diff --git a/sysutils/Makefile b/sysutils/Makefile index 2822476e1e0..c68226f0768 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -223,6 +223,7 @@ SUBDIR += lavaps SUBDIR += lcdproc SUBDIR += ldap-account-manager + SUBDIR += ledit SUBDIR += lfm SUBDIR += libcdio SUBDIR += libchk -- cgit