aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/factotum/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/factotum/mkfile')
-rw-r--r--src/cmd/factotum/mkfile33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/cmd/factotum/mkfile b/src/cmd/factotum/mkfile
deleted file mode 100644
index 1d48e6a4..00000000
--- a/src/cmd/factotum/mkfile
+++ /dev/null
@@ -1,33 +0,0 @@
-<$PLAN9/src/mkhdr
-
-TARG=factotum
-PROTO=\
- apop.$O\
- chap.$O\
- p9any.$O\
- p9sk1.$O\
-
-OFILES=\
- $PROTO\
- attr.$O\
- confirm.$O\
- conv.$O\
- ctl.$O\
- fs.$O\
- key.$O\
- log.$O\
- main.$O\
- plan9.$O\
- proto.$O\
- rpc.$O\
- util.$O\
- xio.$O\
- secstore.$O\
-
-HFILES=dat.h
-
-<$PLAN9/src/mkone
-
-$O.test: test.$O
- $LD -o $target $prereq
-