diff options
author | marha <marha@users.sourceforge.net> | 2010-11-19 12:21:42 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-11-19 12:21:42 +0000 |
commit | 79b0bee7c7af3c5035cddde18497e54d38cf8dbc (patch) | |
tree | b2fbea50cfb846049fc690a252baec07397a1acc /tools/plink/makefile | |
parent | 6be86147f292b3178413bc644853ad80b620042e (diff) | |
download | vcxsrv-79b0bee7c7af3c5035cddde18497e54d38cf8dbc.tar.gz vcxsrv-79b0bee7c7af3c5035cddde18497e54d38cf8dbc.tar.bz2 vcxsrv-79b0bee7c7af3c5035cddde18497e54d38cf8dbc.zip |
Switched to original version of plink in release branch.
Diffstat (limited to 'tools/plink/makefile')
-rw-r--r-- | tools/plink/makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/plink/makefile b/tools/plink/makefile deleted file mode 100644 index 973f48afd..000000000 --- a/tools/plink/makefile +++ /dev/null @@ -1,12 +0,0 @@ -ifeq ($(MAKESERVER),1)
-$(error Please do not specify MAKESERVER=1 on the command line or as environment variable)
-endif
-
-CSRCS = winplink.c winhandl.c misc.c settings.c winstore.c windefs.c winmisc.c wincons.c \
- logging.c winnet.c tree234.c winnoise.c sshrand.c cmdline.c sshsha.c timing.c \
- be_all.c rlogin.c proxy.c winproxy.c cproxy.c sshmd5.c time.c version.c ssh.c \
- sshdh.c sshzlib.c sshbn.c sshrsa.c sshcrcda.c sshpubk.c sshdes.c wingss.c \
- sshblowf.c sshsh512.c sshsh256.c sshaes.c pinger.c ssharcf.c x11fwd.c winpgntc.c \
- winx11.c portfwd.c sshcrc.c wildcard.c ldisc.c sshdss.c raw.c telnet.c
-
-WINAPP=plink
|