aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2004-04-06 19:19:27 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2004-04-06 19:19:27 +0000
commit402ebe5f61b5fcb8854f7502682d6aa377c95c85 (patch)
tree7ad7519c7763fc662af4082267551f6502735105
parent0f70ce0814ae83623a1188210fa36071d4ddec79 (diff)
downloadkrb5-402ebe5f61b5fcb8854f7502682d6aa377c95c85.zip
krb5-402ebe5f61b5fcb8854f7502682d6aa377c95c85.tar.gz
krb5-402ebe5f61b5fcb8854f7502682d6aa377c95c85.tar.bz2
Install kvno.exe on Windows
ticket: new target_version: 1.4 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16236 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index d424b4c..2510f13 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -568,6 +568,10 @@ install-windows::
$(CP) windows\cns\$(OUTPRE)krb5.exe "$(KRB_INSTALL_DIR)\bin\."
$(CP) windows\wintel\$(OUTPRE)telnet.exe "$(KRB_INSTALL_DIR)\bin\."
$(CP) windows\gss\$(OUTPRE)gss.exe "$(KRB_INSTALL_DIR)\bin\."
+ $(CP) appl\gss-sample\$(OUTPRE)gss-server.exe "$(KRB_INSTALL_DIR)\bin\."
+ $(CP) appl\gss-sample\$(OUTPRE)gss-client.exe "$(KRB_INSTALL_DIR)\bin\."
+ $(CP) appl\gssftp\ftp\$(OUTPRE)ftp.exe "$(KRB_INSTALL_DIR)\bin\."
+ $(CP) clients\kvno\$(OUTPRE)kvno.exe "$(KRB_INSTALL_DIR)\bin\."
$(CP) clients\klist\$(OUTPRE)klist.exe "$(KRB_INSTALL_DIR)\bin\."
$(CP) clients\kinit\$(OUTPRE)kinit.exe "$(KRB_INSTALL_DIR)\bin\."
$(CP) clients\kdestroy\$(OUTPRE)kdestroy.exe "$(KRB_INSTALL_DIR)\bin\."