aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9660srv/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/9660srv/mkfile')
-rw-r--r--src/cmd/9660srv/mkfile17
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
+