diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-11-15 21:51:46 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-11-15 21:51:46 +0000 |
commit | 6a5d39ccfb24c29c0166dd4e378e95fcf1001c93 (patch) | |
tree | 7de24f6676e0ad326e406814cda15f34cacae543 /emulators/Makefile | |
parent | Update to version 8.2 and remove a dead MASTER_SITE. (diff) |
Add hfsplusutils 1.0.4, utilities for accessing HFS+ filesystems.
This is a set of tools that allow access to HFS+ formatted
volumes. HFS+ is a modernized version of Apple Computers HFS
Filesystem. In addition in contains the library "libhfsp" which you
may use for your own experiments, all the tools are based on this
library. (A bit of understanding is still needed however).
Author: Klaus Halfmann <klaus.halfmann@t-online.de>
PR: 59200
Submitted by: Josh Elsasser <jre@vineyard.net>
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index caa56405cc8f..52cbdc658a13 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -31,6 +31,7 @@ SUBDIR += gxmame SUBDIR += hercules SUBDIR += hfs + SUBDIR += hfsplusutils SUBDIR += hfsutils SUBDIR += ia64sim SUBDIR += ines |