diff options
author | nia <nia@pkgsrc.org> | 2020-06-14 11:44:02 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-06-14 11:44:02 +0000 |
commit | 8d347376328ee8dc6589c39be616f4ad8c88e64d (patch) | |
tree | 0d3858ca80647e4e16c316f1f30b72d6acc0b8a9 /editors/Makefile | |
parent | 9687079d4d82db957b9e457c6581de0a1b3ee88f (diff) | |
download | pkgsrc-8d347376328ee8dc6589c39be616f4ad8c88e64d.tar.gz |
editors: Add nvi2.
A multibyte fork of the nvi editor for BSD
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 41e44264a45..bafacd02002 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.206 2020/06/09 14:30:00 nia Exp $ +# $NetBSD: Makefile,v 1.207 2020/06/14 11:44:02 nia Exp $ # COMMENT= Editors @@ -91,6 +91,7 @@ SUBDIR+= nedit SUBDIR+= ng SUBDIR+= nts SUBDIR+= nvi +SUBDIR+= nvi2 SUBDIR+= nvi-m17n SUBDIR+= obby SUBDIR+= p5-Acme-Padre-PlayCode |