diff options
author | Russ Cox <rsc@swtch.com> | 2008-07-20 03:23:19 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-07-20 03:23:19 -0400 |
commit | 78a779a3834cf39d7c0bcd93a15824b29df947a3 (patch) | |
tree | 7ebe47a874a3864f8e990567554b0df956590650 /src/cmd/9660srv/mkfile | |
parent | 29e9b5683ec8d610140da9118e8f004f74bc6c77 (diff) | |
download | plan9port-78a779a3834cf39d7c0bcd93a15824b29df947a3.tar.gz plan9port-78a779a3834cf39d7c0bcd93a15824b29df947a3.tar.bz2 plan9port-78a779a3834cf39d7c0bcd93a15824b29df947a3.zip |
9660srv: import from Plan 9
Diffstat (limited to 'src/cmd/9660srv/mkfile')
-rw-r--r-- | src/cmd/9660srv/mkfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/cmd/9660srv/mkfile b/src/cmd/9660srv/mkfile new file mode 100644 index 00000000..0e478011 --- /dev/null +++ b/src/cmd/9660srv/mkfile @@ -0,0 +1,17 @@ +<$PLAN9/src/mkhdr + +TARG=9660srv + +OFILES=\ + main.$O\ + 9660srv.$O\ + xfile.$O\ + iobuf.$O\ + data.$O\ + +HFILES=dat.h fns.h + +<$PLAN9/src/mkone + +9660srv.$O: iso9660.h + |