aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auth/factotum/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/auth/factotum/mkfile')
-rw-r--r--src/cmd/auth/factotum/mkfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/auth/factotum/mkfile b/src/cmd/auth/factotum/mkfile
index 7c716021..d6d58af9 100644
--- a/src/cmd/auth/factotum/mkfile
+++ b/src/cmd/auth/factotum/mkfile
@@ -4,8 +4,10 @@ TARG=factotum
PROTO=\
apop.$O\
chap.$O\
+ dsa.$O\
p9any.$O\
p9sk1.$O\
+ pass.$O\
rsa.$O\
OFILES=\
@@ -14,7 +16,6 @@ OFILES=\
confirm.$O\
conv.$O\
ctl.$O\
- dsa.$O\
fs.$O\
key.$O\
log.$O\