diff options
author | leot <leot@pkgsrc.org> | 2019-07-07 15:00:15 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-07-07 15:00:15 +0000 |
commit | 43540723c085f4d28e0cb74d03628462721c2135 (patch) | |
tree | 424ac98e0f929d465490b6a1d91b690b3292186d /editors | |
parent | c062465b085831cdd9791be1b9fe5504719ec67a (diff) | |
download | pkgsrc-43540723c085f4d28e0cb74d03628462721c2135.tar.gz |
editors: + neatvi
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 0fe1b280395..34c73a81e22 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.187 2019/03/02 20:50:33 gutteridge Exp $ +# $NetBSD: Makefile,v 1.188 2019/07/07 15:00:15 leot Exp $ # COMMENT= Editors @@ -82,6 +82,7 @@ SUBDIR+= mule SUBDIR+= mule-ucs SUBDIR+= nano SUBDIR+= ne +SUBDIR+= neatvi SUBDIR+= nedit SUBDIR+= ng SUBDIR+= notecase |