diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-10-04 22:05:10 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-10-04 22:05:10 +0000 |
commit | 105c4ee4d284f339b1ae425b60fc44734f891cb2 (patch) | |
tree | 4c67398ae4b31225e9844760a8e210e201246721 | |
parent | d183599838a0a14c849377ce49a21bc0f01078f2 (diff) |
Add type for bootable HFS files. Ok deraadt@
-rw-r--r-- | gnu/usr.sbin/mkhybrid/src/more.mapping | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.sbin/mkhybrid/src/more.mapping b/gnu/usr.sbin/mkhybrid/src/more.mapping index cf0b2b016a4..2341cdfe7c1 100644 --- a/gnu/usr.sbin/mkhybrid/src/more.mapping +++ b/gnu/usr.sbin/mkhybrid/src/more.mapping @@ -231,6 +231,7 @@ .tar Raw 'S691' 'TARF' "SunTar - Unix Tape ARchive (application/x-tar)" .targa Raw 'GKON' 'TPIC' "GraphicConverter - Truevision Image" .taz Raw 'SITx' 'ZIVU' "StuffIt Expander - Compressed Tape ARchive (application/x-compress)" +.tbxi Ascii 'chrp' 'tbxi' "bootable description file" .tex Ascii 'OTEX' 'TEXT' "OzTeX - TeX Document (application/x-tex)" .texi Ascii 'OTEX' 'TEXT' "OzTeX - TeX Document" .texinfo Ascii 'OTEX' 'TEXT' "OzTeX - TeX Document (application/x-texinfo)" |