aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorDanilo Almeida <dalmeida@mit.edu>1999-08-10 00:19:25 +0000
committerDanilo Almeida <dalmeida@mit.edu>1999-08-10 00:19:25 +0000
commitf5a39a403b154f07fe8a0c1f56903ecfc96d31c7 (patch)
treea616a75cc4196de597ae00080dd6a8fd8fe6b45f /src/Makefile.in
parentd3a0f7ef51f2f52ba076e1451c2cebea7051875b (diff)
downloadkrb5-f5a39a403b154f07fe8a0c1f56903ecfc96d31c7.zip
krb5-f5a39a403b154f07fe8a0c1f56903ecfc96d31c7.tar.gz
krb5-f5a39a403b154f07fe8a0c1f56903ecfc96d31c7.tar.bz2
Build kpasswd under windows
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11636 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index d4aba14..664a99a 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -131,6 +131,7 @@ config-windows:: Makefile-windows
WINMAKEFILES=Makefile \
clients\Makefile clients\kdestroy\Makefile \
clients\kinit\Makefile clients\klist\Makefile \
+ clients\kpasswd\Makefile \
include\Makefile include\krb5\Makefile \
lib\Makefile lib\crypto\Makefile \
lib\crypto\crc32\Makefile lib\crypto\des\Makefile \
@@ -175,6 +176,8 @@ WINMAKEFILES=Makefile \
##DOS## $(WCONFIG) config < $@.in > $@
##DOS##clients\klist\Makefile: clients\klist\Makefile.in $(MKFDEP)
##DOS## $(WCONFIG) config < $@.in > $@
+##DOS##clients\kpasswd\Makefile: clients\kpasswd\Makefile.in $(MKFDEP)
+##DOS## $(WCONFIG) config < $@.in > $@
##DOS##include\Makefile: include\Makefile.in $(MKFDEP)
##DOS## $(WCONFIG) config < $@.in > $@
##DOS##include\krb5\Makefile: include\krb5\Makefile.in $(MKFDEP)
@@ -300,6 +303,7 @@ ren2long:
ZIP=zip
FILES= ./* \
clients/* clients/kdestroy/* clients/kinit/* clients/klist/* \
+ clients/kpasswd/* \
config/* include/* include/kerberosIV/* \
include/krb5/* include/krb5/stock/* include/sys/* lib/* \
lib/crypto/* lib/crypto/crc32/* lib/crypto/des/* lib/crypto/dk/* \
@@ -520,3 +524,4 @@ mkbin:
$(CP) clients\klist\$(OUTPRE)klist.exe $(KBINDIR)\.
$(CP) clients\kinit\$(OUTPRE)kinit.exe $(KBINDIR)\.
$(CP) clients\kdestroy\$(OUTPRE)kdestroy.exe $(KBINDIR)\.
+ $(CP) clients\kpasswd\$(OUTPRE)kpasswd.exe $(KBINDIR)\.