summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/krb
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2011-03-06 13:29:05 +0000
committerEzra Peisach <epeisach@mit.edu>2011-03-06 13:29:05 +0000
commit14729219149ebd7a0f2016284c5f9738c762e6fc (patch)
treeddc5c3dd14ad146c5406a4528f5dc1978cdad26c /src/lib/crypto/krb
parent28600fb6da43959f41d659359b776822acc7a984 (diff)
downloadkrb5-14729219149ebd7a0f2016284c5f9738c762e6fc.tar.gz
krb5-14729219149ebd7a0f2016284c5f9738c762e6fc.tar.xz
krb5-14729219149ebd7a0f2016284c5f9738c762e6fc.zip
On make clean remove test programs and object files. In lib/krb5/krb
make depend as a test program was missed from the source list. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24687 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/krb')
-rw-r--r--src/lib/crypto/krb/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/crypto/krb/Makefile.in b/src/lib/crypto/krb/Makefile.in
index d1c4605ea..81b55e449 100644
--- a/src/lib/crypto/krb/Makefile.in
+++ b/src/lib/crypto/krb/Makefile.in
@@ -201,6 +201,7 @@ t_fortuna: t_fortuna.o $(SUPPORT_DEPLIB) $(CRYPTO_DEPLIB)
$(CC_LINK) -o t_fortuna t_fortuna.o $(K5CRYPTO_LIB) $(SUPPORT_LIB)
clean-unix:: clean-libobjs
+ $(RM) t_fortuna.o t_fortuna t_fortuna.output
@lib_frag@
@libobj_frag@