diff options
author | steve <steve@FreeBSD.org> | 1998-08-10 08:32:34 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-10 08:32:34 +0800 |
commit | b63240ad9cbaf2960194082afee6f32124f3416b (patch) | |
tree | 0cb929433e666081b7506b9034395d80004b5be0 /editors | |
parent | b840db0aaae3ca8bb576da0c9bf827ac96943337 (diff) | |
download | freebsd-ports-gnome-b63240ad9cbaf2960194082afee6f32124f3416b.tar.gz freebsd-ports-gnome-b63240ad9cbaf2960194082afee6f32124f3416b.tar.zst freebsd-ports-gnome-b63240ad9cbaf2960194082afee6f32124f3416b.zip |
Turn on 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 ae0f90c3aca8..23d38d7dbdc1 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.55 1998/07/01 12:00:18 tg Exp $ +# $Id: Makefile,v 1.56 1998/07/03 23:45:28 steve Exp $ # SUBDIR += asedit @@ -10,6 +10,7 @@ SUBDIR += emacs SUBDIR += emacs20 SUBDIR += gxedit + SUBDIR += hexedit SUBDIR += jed SUBDIR += joe SUBDIR += jove |