diff options
| author | forsyth <forsyth@vitanuova.com> | 2011-01-17 10:45:22 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2011-01-17 10:45:22 +0000 |
| commit | 9e6910dc0c747c8f30b87f6482f4eadb48ad6654 (patch) | |
| tree | 4f835b35913acfb115b15ea4f1c6af40fd77ab54 /appl/cmd/ssh/mkfile | |
| parent | 16501eaf1cb642b80d7fa0236407a27aecb35b02 (diff) | |
emu/Nt/ipif.c
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 |
