aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9pfuse/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-07-23 03:02:03 +0000
committerrsc <devnull@localhost>2006-07-23 03:02:03 +0000
commit5551e51d2b9df4e289ea3cb1350db4d5f5444df2 (patch)
tree9374211c6c3d9d18765ccfe4c5895b086a9e6928 /src/cmd/9pfuse/mkfile
parent30f8beab329834c1968c391e35890e3cd9917895 (diff)
downloadplan9port-5551e51d2b9df4e289ea3cb1350db4d5f5444df2.tar.gz
plan9port-5551e51d2b9df4e289ea3cb1350db4d5f5444df2.tar.bz2
plan9port-5551e51d2b9df4e289ea3cb1350db4d5f5444df2.zip
9pfuse
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
+