From 15964a74d22c8d01f696e36e1b8ef268bf3ba062 Mon Sep 17 00:00:00 2001 From: demon Date: Mon, 18 Dec 2000 20:38:32 +0000 Subject: A full featured text editor written in assembler. PR: 23312 Submitted by: Joseph Scott Reviewed by: sobomax --- editors/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'editors/Makefile') diff --git a/editors/Makefile b/editors/Makefile index 6fc71d770b22..a398b1b38e88 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -23,6 +23,7 @@ SUBDIR += custom-mule SUBDIR += dedit SUBDIR += dte + SUBDIR += e3 SUBDIR += e93 SUBDIR += elvis SUBDIR += emacs -- cgit