aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/secstore/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-13 05:58:45 +0000
committerrsc <devnull@localhost>2005-02-13 05:58:45 +0000
commit0f8ec41b0ae522b73085fa1662461e6351ba7e54 (patch)
tree2d54cfd8208bdd903273ccc7df889677cf7fe8d5 /src/cmd/secstore/mkfile
parent7637c81af02c49ef508b946dfdec39f757a658d4 (diff)
downloadplan9port-0f8ec41b0ae522b73085fa1662461e6351ba7e54.tar.gz
plan9port-0f8ec41b0ae522b73085fa1662461e6351ba7e54.tar.bz2
plan9port-0f8ec41b0ae522b73085fa1662461e6351ba7e54.zip
moving to auth
Diffstat (limited to 'src/cmd/secstore/mkfile')
-rw-r--r--src/cmd/secstore/mkfile27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/cmd/secstore/mkfile b/src/cmd/secstore/mkfile
deleted file mode 100644
index 72986edd..00000000
--- a/src/cmd/secstore/mkfile
+++ /dev/null
@@ -1,27 +0,0 @@
-<$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