summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2009-12-07 22:36:41 +0000
committerTom Yu <tlyu@mit.edu>2009-12-07 22:36:41 +0000
commitac911f663389980be59a0f9ee98f062e6c627658 (patch)
treec423ac7174c1a82a107013894a6944a506e68774 /src/Makefile.in
parent741938feb12538b659a36d7e0329efe6a5550669 (diff)
downloadkrb5-ac911f663389980be59a0f9ee98f062e6c627658.tar.gz
krb5-ac911f663389980be59a0f9ee98f062e6c627658.tar.xz
krb5-ac911f663389980be59a0f9ee98f062e6c627658.zip
Mark and reindent util, with some exceptions
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23455 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 5318a651f0..32ff984f54 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -672,7 +672,7 @@ INDENTDIRS = \
prototype \
slave \
tests \
- util/support
+ util
BSDFILES = \
kadmin/cli/strftime.c \
@@ -687,7 +687,10 @@ BSDFILES = \
lib/krb5/krb/strptime.c \
slave/kpropd_rpc.c \
util/support/mkstemp.c \
- util/support/strlcpy.c
+ util/support/strlcpy.c \
+ util/windows/getopt.c \
+ util/windows/getopt.h \
+ util/windows/getopt_long.c
OTHEREXCLUDES = \
include/iprop.h \
@@ -714,7 +717,11 @@ OTHEREXCLUDES = \
tests/asn.1/utility.h \
tests/gss-threads/gss-misc.c \
tests/gss-threads/gss-misc.h \
- tests/hammer/kdc5_hammer.c
+ tests/hammer/kdc5_hammer.c \
+ util/et/com_err.h \
+ util/profile/prof_int.h \
+ util/profile/profile.hin \
+ util/profile/profile_tcl.c
EXCLUDES = `for i in $(BSDFILES) $(OTHEREXCLUDES); do echo $$i; done | $(AWK) '{ print "-path", $$1, "-o" }'` -path /dev/null