aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/secstore/mkfile
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-12-27 19:36:51 +0000
committerrsc <devnull@localhost>2004-12-27 19:36:51 +0000
commita812ae4b4392cade3321da1a146a231ff88db3b7 (patch)
tree5ddcda3efed1d7cf7791faa5f93dc7b33a56a944 /src/cmd/secstore/mkfile
parent73bfbacb2409b10f45fd080891a95de29cafe4a0 (diff)
downloadplan9port-a812ae4b4392cade3321da1a146a231ff88db3b7.tar.gz
plan9port-a812ae4b4392cade3321da1a146a231ff88db3b7.tar.bz2
plan9port-a812ae4b4392cade3321da1a146a231ff88db3b7.zip
secstore from ehg
Diffstat (limited to 'src/cmd/secstore/mkfile')
-rw-r--r--src/cmd/secstore/mkfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/cmd/secstore/mkfile b/src/cmd/secstore/mkfile
new file mode 100644
index 00000000..f4398467
--- /dev/null
+++ b/src/cmd/secstore/mkfile
@@ -0,0 +1,23 @@
+<$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
+SHORTLIB=sec mp regexp9 thread bio 9
+
+<$PLAN9/src/mkmany
+
+$O.aescbc: aescbc.$O util.$O $LIB ${SHORTLIB:%=$LIBDIR/lib%.a}
+ $LD -o $target $prereq $LDFLAGS
+