diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-14 18:52:42 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-14 18:52:42 +0000 |
commit | 5ef931cc38717541a64f654f84a9866e3ba2f340 (patch) | |
tree | 04514bf9bda89d2cc332f5cf7f4d44445a300690 /editors/Makefile | |
parent | Satelite port for Vim to build a version w/o X11 support, w/o perl or tcl (diff) |
And `vim-lite' was born.
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 ed253e2391f1..f2b33ba56065 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.80 1999/06/22 22:26:40 gj Exp $ +# $Id: Makefile,v 1.81 1999/07/01 15:02:11 shige Exp $ # SUBDIR += AbiWord @@ -63,6 +63,7 @@ SUBDIR += vile SUBDIR += vilearn SUBDIR += vim5 + SUBDIR += vim-lite SUBDIR += wemi-emacs SUBDIR += wemi-emacs-current SUBDIR += wemi-emacs20 |