diff options
author | asami <asami@FreeBSD.org> | 1997-12-27 03:10:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-12-27 03:10:58 +0000 |
commit | 518ccb6c81b4cc041cfd2645fefb7ed2430bef9b (patch) | |
tree | 4afc8be8069086e37a7279d7696e0a7f7d40bcd6 /editors/Makefile | |
parent | 18e23b0020af794b68f7914815338c1c836e6c8f (diff) | |
download | FreeBSD-ports-518ccb6c81b4cc041cfd2645fefb7ed2430bef9b.zip FreeBSD-ports-518ccb6c81b4cc041cfd2645fefb7ed2430bef9b.tar.gz |
Add vilearn.
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 530ed19..e91f9a3 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp $ +# $Id: Makefile,v 1.45 1997/12/14 14:48:37 jseger Exp $ # SUBDIR += asedit @@ -21,6 +21,7 @@ SUBDIR += uemacs SUBDIR += uzap SUBDIR += vile + SUBDIR += vilearn SUBDIR += vim SUBDIR += vim5beta SUBDIR += xcoral |