Exclude some new outside sources from mark-cstyle
authorGreg Hudson <ghudson@mit.edu>
Sun, 4 Sep 2011 22:13:27 +0000 (22:13 +0000)
committerGreg Hudson <ghudson@mit.edu>
Sun, 4 Sep 2011 22:13:27 +0000 (22:13 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25139 dc483132-0cff-0310-8789-dd5450dbe970

src/Makefile.in

index f1dedbc218b345761d9c9f467b524e6937737c2e..dcfb1e9d598a613719e5472c79dc3ad65223c456 100644 (file)
@@ -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