| commit | e1dddc053287874e82e2b67f95ccee7d7bc63e22 | [log] [tgz] |
|---|---|---|
| author | wkj <devnull@localhost> | Thu Jun 17 01:46:29 2004 +0000 |
| committer | wkj <devnull@localhost> | Thu Jun 17 01:46:29 2004 +0000 |
| tree | 15e76d20c16f5fc500a18a84ad905eadf28ca3ec | |
| parent | 778df25e996f8344a917fc5d3cf1b962ab728ada [diff] [blame] |
Import proto file parser for dump9660.
diff --git a/src/libdisk/mkfile b/src/libdisk/mkfile new file mode 100644 index 0000000..af49af6 --- /dev/null +++ b/src/libdisk/mkfile
@@ -0,0 +1,19 @@ +<$PLAN9/src/mkhdr + +OFILES=\ + disk.$O\ + proto.$O\ + scsi.$O\ + +HFILES=$PLAN9/include/disk.h +LIB=libdisk.a + +UPDATE=\ + mkfile\ + $HFILES\ + ${OFILES:%.$O=%.c}\ + +<$PLAN9/src/mksyslib + +$O.test: test.$O $LIB + $LD -o $target test.$O $LIB