diff options
author | abs <abs@pkgsrc.org> | 1999-10-29 00:17:18 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 1999-10-29 00:17:18 +0000 |
commit | 402acb9cea37b283501eff17a6468f5eedbf042a (patch) | |
tree | fca0c0f4bdfb9e0669d302be495dbae86baab2c9 /editors | |
parent | 9933792c0a5fa56954b03263f061d871eb30c742 (diff) | |
download | pkgsrc-402acb9cea37b283501eff17a6468f5eedbf042a.tar.gz |
Enable vilearn
Diffstat (limited to 'editors')
-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 |