aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auth/secstore/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/auth/secstore/mkfile')
-rw-r--r--src/cmd/auth/secstore/mkfile27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/cmd/auth/secstore/mkfile b/src/cmd/auth/secstore/mkfile
new file mode 100644
index 00000000..72986edd
--- /dev/null
+++ b/src/cmd/auth/secstore/mkfile
@@ -0,0 +1,27 @@
+<$PLAN9/src/mkhdr
+
+BIN=$PLAN9/bin
+#CFLAGS=-Fw
+HFILES =\
+ SConn.h\
+ secstore.h\
+
+OFILES =\
+ pak.$O\
+ password.$O\
+ SConn.$O\
+ util.$O\
+
+
+TARG=aescbc secstore secstored secuser
+
+<$PLAN9/src/mkmany
+
+$O.aescbc: aescbc.$O util.$O
+ $LD -o $target $prereq $LDFLAGS
+
+$O.secstored: secstored.$O dirls.$O secureidcheck.$O $OFILES
+ $LD -o $target $prereq
+
+$O.secuser: secuser.$O $OFILES
+ $LD -o $target $prereq