aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auxstats/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/auxstats/mkfile')
-rw-r--r--src/cmd/auxstats/mkfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/cmd/auxstats/mkfile b/src/cmd/auxstats/mkfile
new file mode 100644
index 00000000..5652c60c
--- /dev/null
+++ b/src/cmd/auxstats/mkfile
@@ -0,0 +1,15 @@
+<$PLAN9/src/mkhdr
+
+TARG=auxstats
+
+OFILES=\
+ $SYSNAME.$O\
+ main.$O\
+
+HFILES=\
+ dat.h\
+
+SHORTLIB=bio 9
+
+<$PLAN9/src/mkone
+