From: Greg Hudson Date: Sun, 4 Sep 2011 22:13:27 +0000 (+0000) Subject: Exclude some new outside sources from mark-cstyle X-Git-Tag: krb5-1.10-alpha1~236 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aec99a684778ede490dde3a8d5a837400896f82b;p=krb5.git Exclude some new outside sources from mark-cstyle git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25139 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/Makefile.in b/src/Makefile.in index f1dedbc21..dcfb1e9d5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -668,7 +668,10 @@ OTHEREXCLUDES = \ include/k5-platform.h \ include/gssrpc \ lib/apputils/dummy.c \ + lib/crypto/crypto_tests/camellia-test.c \ lib/crypto/builtin/aes \ + lib/crypto/builtin/camellia \ + lib/crypto/builtin/sha2 \ lib/gssapi/generic/gssapiP_generic.h \ lib/gssapi/generic/gssapi_ext.h \ lib/gssapi/krb5/gssapiP_krb5.h \ @@ -698,7 +701,9 @@ OTHEREXCLUDES = \ util/et/com_err.h \ util/profile/prof_int.h \ util/profile/profile.hin \ - util/profile/profile_tcl.c + util/profile/profile_tcl.c \ + util/verto \ + util/k5ev EXCLUDES = `for i in $(BSDFILES) $(OTHEREXCLUDES); do echo $$i; done | $(AWK) '{ print "-path", $$1, "-o" }'` -path /dev/null