diff options
Diffstat (limited to 'appl/cmd/ssh/mkfile')
| -rw-r--r-- | appl/cmd/ssh/mkfile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/appl/cmd/ssh/mkfile b/appl/cmd/ssh/mkfile new file mode 100644 index 00000000..afb4c903 --- /dev/null +++ b/appl/cmd/ssh/mkfile @@ -0,0 +1,29 @@ +<../../../mkconfig + +TARG=\ + authpassword.dis\ + authrsa.dis\ + authtis.dis\ + cipher3des.dis\ + cipherblowfish.dis\ + cipherdes.dis\ + ciphernone.dis\ + cipherrc4.dis\ + sshio.dis\ + sshserve.dis\ +# ssh.dis\ + +SYSMODULES=\ + arg.m\ + keyring.m\ + security.m\ + rand.m\ + sys.m\ + draw.m\ + +MODULES=\ + sshio.m\ + +DISBIN=$ROOT/dis/ssh + +<$ROOT/mkfiles/mkdis |
