From aec99a684778ede490dde3a8d5a837400896f82b Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sun, 4 Sep 2011 22:13:27 +0000 Subject: [PATCH] Exclude some new outside sources from mark-cstyle git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25139 dc483132-0cff-0310-8789-dd5450dbe970 --- src/Makefile.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.26.2