aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9pfuse/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/9pfuse/mkfile')
-rw-r--r--src/cmd/9pfuse/mkfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cmd/9pfuse/mkfile b/src/cmd/9pfuse/mkfile
new file mode 100644
index 00000000..041a7834
--- /dev/null
+++ b/src/cmd/9pfuse/mkfile
@@ -0,0 +1,12 @@
+<$PLAN9/src/mkhdr
+
+TARG=9pfuse
+
+OFILES=\
+ fuse.$O\
+ main.$O\
+
+HFILES=a.h
+
+<$PLAN9/src/mkone
+