diff options
author | asami <asami@FreeBSD.org> | 1997-06-04 06:32:40 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-04 06:32:40 +0000 |
commit | 79410cc854186d7af0beb9d51bdcd8aee2d05cc2 (patch) | |
tree | e6058bfe02e3c023e3918bb7522b46c271efbb7d /editors/Makefile | |
parent | d7ab2606a09616b41e7d771d636891e8c1c7baf1 (diff) | |
download | FreeBSD-ports-79410cc854186d7af0beb9d51bdcd8aee2d05cc2.zip FreeBSD-ports-79410cc854186d7af0beb9d51bdcd8aee2d05cc2.tar.gz |
Added jed.
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index fc89cd8..a7effa7 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.37 1997/04/11 01:43:40 msmith Exp $ +# $Id: Makefile,v 1.38 1997/05/25 03:00:16 obrien Exp $ # SUBDIR += asedit @@ -8,6 +8,7 @@ SUBDIR += e93 SUBDIR += emacs SUBDIR += gvim + SUBDIR += jed SUBDIR += joe SUBDIR += jove SUBDIR += mule |