summaryrefslogtreecommitdiffstats
path: root/src/cmd/auxstats/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-23 05:12:11 +0000
committerrsc <devnull@localhost>2004-04-23 05:12:11 +0000
commitf0f4401f0cfc654646bdf21849627ebcbd5d82b5 (patch)
tree037270d81e83f96e788914a298c45bf4b5768f33 /src/cmd/auxstats/mkfile
parentd72054aa270d6f3d539e830ef9892138a255872a (diff)
downloadplan9port-f0f4401f0cfc654646bdf21849627ebcbd5d82b5.tar.gz
plan9port-f0f4401f0cfc654646bdf21849627ebcbd5d82b5.zip
stats helper
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
+