plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

mkfile (465B)


      1 <$PLAN9/src/mkhdr
      2 #
      3 #		programs
      4 #
      5 TARG=\
      6 	asn12dsa\
      7 	asn12rsa\
      8 	dsagen\
      9 	dsasign\
     10 	dsa2pub\
     11 	dsa2ssh\
     12 	passwd\
     13 	pemdecode\
     14 	pemencode\
     15 	rsagen\
     16 	rsafill\
     17 	rsa2csr\
     18 	rsa2pub\
     19 	rsa2ssh\
     20 	rsa2x509\
     21 	ssh-agent\
     22 
     23 DIRS=\
     24 	factotum\
     25 	secstore\
     26 
     27 HFILES=$PLAN9/include/auth.h $PLAN9/include/authsrv.h
     28 
     29 <$PLAN9/src/mkmany
     30 <$PLAN9/src/mkdirs
     31 
     32 RSA2=\
     33 	rsa2ssh\
     34 	rsafill\
     35 	rsa2x509\
     36 	rsa2pub\
     37 	rsa2csr\
     38 	dsa2ssh\
     39 	dsa2pub\
     40 	
     41 ${RSA2:%=$O.%}: rsa2any.$O
     42 ${RSA2:%=%.$O}: rsa2any.h