plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit adf6cb6c3749ebaf449a0d4ee2e925cdb8e2f6e4
parent d63163af3580f77a1fe001dbfb41d490d9a77234
Author: rsc <devnull@localhost>
Date:   Tue, 29 May 2007 13:42:03 +0000

add hfs

Diffstat:
Msrc/libdiskfs/mkfile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/libdiskfs/mkfile b/src/libdiskfs/mkfile @@ -6,6 +6,7 @@ FSOFILES=\ ext2.$O\ fat.$O\ ffs.$O\ + hfs.$O\ kfs.$O\ DISKOFILES=\ @@ -31,4 +32,6 @@ CFLAGS=$CFLAGS %.acid: %.$O %.c $CC $CFLAGS -a $stem.c >$stem.acid +ext2.$O: ext2.h ffs.$O: ffs.h +hfs.$O: hfs.h