diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-08-24 11:59:01 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-08-24 11:59:01 +0000 |
commit | 7c7d495d6b373f37ebfee9ee86aacb4c4705d651 (patch) | |
tree | 6b6e8ad560a178e7d8e14eafb3f032d5ba7212a6 /editors | |
parent | 432258195f4ff96905b564ac7200d813f368d285 (diff) | |
download | pkgsrc-7c7d495d6b373f37ebfee9ee86aacb4c4705d651.tar.gz |
Add and enable hexedit.
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 bb51094988c..55741f9b432 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/08/14 22:15:31 tron Exp $ +# $NetBSD: Makefile,v 1.11 1998/08/24 11:59:01 frueauf Exp $ # FreeBSD Id: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp # @@ -9,6 +9,7 @@ # SUBDIR += e93 SUBDIR += emacs # SUBDIR += gvim + SUBDIR += hexedit # SUBDIR += jed SUBDIR += joe # SUBDIR += jove |