aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/graph/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/graph/mkfile')
-rw-r--r--src/cmd/graph/mkfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cmd/graph/mkfile b/src/cmd/graph/mkfile
new file mode 100644
index 00000000..4a45add1
--- /dev/null
+++ b/src/cmd/graph/mkfile
@@ -0,0 +1,9 @@
+PLAN9=../../..
+<$PLAN9/src/mkhdr
+
+TARG=graph
+OFILES=graph.$O\
+ subr.$O\
+ whoami.$O\
+
+<$PLAN9/src/mkone