diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-11-08 09:07:36 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-11-08 09:07:36 +0000 |
commit | 6782ac3adacfccffb219fcdf688d84399464af0b (patch) | |
tree | 9690bf05d173768147ddb37aa2c202feec90845c /editors | |
parent | bcd66f4399b22d6cab4cc98f9b1ee4c01d9411b3 (diff) | |
download | pkgsrc-6782ac3adacfccffb219fcdf688d84399464af0b.tar.gz |
Add and enable bvi.
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 dc4d51eb86f..24e506fae53 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1999/10/29 00:17:18 abs Exp $ +# $NetBSD: Makefile,v 1.23 1999/11/08 09:07:36 sakamoto Exp $ # FreeBSD Id: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp # @@ -7,6 +7,7 @@ # SUBDIR += axe SUBDIR += beav # SUBDIR += bpatch + SUBDIR += bvi # SUBDIR += e93 SUBDIR += emacs # SUBDIR += gvim |