add hfs
This commit is contained in:
parent
d63163af35
commit
adf6cb6c37
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ FSOFILES=\
|
||||||
ext2.$O\
|
ext2.$O\
|
||||||
fat.$O\
|
fat.$O\
|
||||||
ffs.$O\
|
ffs.$O\
|
||||||
|
hfs.$O\
|
||||||
kfs.$O\
|
kfs.$O\
|
||||||
|
|
||||||
DISKOFILES=\
|
DISKOFILES=\
|
||||||
|
|
@ -31,4 +32,6 @@ CFLAGS=$CFLAGS
|
||||||
%.acid: %.$O %.c
|
%.acid: %.$O %.c
|
||||||
$CC $CFLAGS -a $stem.c >$stem.acid
|
$CC $CFLAGS -a $stem.c >$stem.acid
|
||||||
|
|
||||||
|
ext2.$O: ext2.h
|
||||||
ffs.$O: ffs.h
|
ffs.$O: ffs.h
|
||||||
|
hfs.$O: hfs.h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue