make scripts work with more shells,

use current variable names.
This commit is contained in:
rsc 2004-04-21 05:49:52 +00:00
parent 0d6c3c2408
commit 7ac9b0e140
5 changed files with 10 additions and 6 deletions

View file

@ -2,6 +2,6 @@
DIRS=\
port\
# $systype-$objtype\
$OBJTYPE\
<$PLAN9/src/mkdirs

View file

@ -2,7 +2,7 @@
LIB=libsec.a
OFILES=\
ALLOFILES=\
aes.$O\
blowfish.$O\
decodepem.$O\
@ -54,6 +54,8 @@ OFILES=\
tlshand.$O\
x509.$O\
OFILES=`{sh ./reduce $O $OBJTYPE $ALLOFILES}
HFILES=$PLAN9/include/libsec.h
<$PLAN9/src/mksyslib