diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-04 03:47:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-04 03:47:25 +0000 |
commit | 70d6938f3389b57d5003aee3672798ae3713667a (patch) | |
tree | 147502c5230f7b1f19dd3395bd3b325a735484e0 | |
parent | A set of utilities to play with Macintosh format files. (diff) |
Add macutils.
Notes
Notes:
svn path=/head/; revision=6735
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 088ec6daae39..d2caa7de9c2b 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.10 1997/03/05 08:31:45 tg Exp $ +# $Id: Makefile,v 1.11 1997/05/17 17:00:07 max Exp $ # SUBDIR += aftp @@ -9,6 +9,7 @@ SUBDIR += hfs SUBDIR += ines SUBDIR += linux_lib + SUBDIR += macutils SUBDIR += mastergear SUBDIR += mtools SUBDIR += pcemu |