diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-12 12:05:37 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-12 12:05:37 +0000 |
commit | 0ab1a82d1f435f222a6388d9a59bc545f1a6da02 (patch) | |
tree | 61ea26cc41e62339c76cc23653e61c734476c93b /editors | |
parent | 82501675ec5c8904f3463d3c88bc16febd67d7f9 (diff) | |
download | pkgsrc-0ab1a82d1f435f222a6388d9a59bc545f1a6da02.tar.gz |
add editors/hexcurse
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 0b62dcf42d5..6a0c1a16ed2 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.170 2016/02/07 22:30:09 markd Exp $ +# $NetBSD: Makefile,v 1.171 2016/03/12 12:05:37 tnn Exp $ # COMMENT= Editors @@ -53,6 +53,7 @@ SUBDIR+= gobby SUBDIR+= gtranslator SUBDIR+= gummi SUBDIR+= heme +SUBDIR+= hexcurse SUBDIR+= hexedit SUBDIR+= hnb SUBDIR+= javascript-mode |