diff options
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index f43d3deb330..dc4d51eb86f 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1999/09/11 18:28:49 jlam Exp $ +# $NetBSD: Makefile,v 1.22 1999/10/29 00:17:18 abs Exp $ # FreeBSD Id: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp # @@ -27,6 +27,7 @@ # SUBDIR += uemacs # SUBDIR += uzap SUBDIR += vile + SUBDIR += vilearn SUBDIR += vim SUBDIR += vim-gtk SUBDIR += xcoral |