summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/raw/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/raw/Makefile.in')
-rw-r--r--src/lib/crypto/raw/Makefile.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/lib/crypto/raw/Makefile.in b/src/lib/crypto/raw/Makefile.in
index e3ca3c673d..405b7cb17d 100644
--- a/src/lib/crypto/raw/Makefile.in
+++ b/src/lib/crypto/raw/Makefile.in
@@ -28,3 +28,19 @@ includes:: depend
depend:: $(SRCS)
clean-unix:: clean-libobjs
+# +++ Dependency line eater +++
+#
+# Makefile dependencies follow. This must be the last section in
+# the Makefile.in file
+#
+raw_decrypt.o: raw_decrypt.c $(SRCTOP)/include/k5-int.h \
+ $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
+ $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
+ $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \
+ raw.h
+raw_encrypt.o: raw_encrypt.c $(SRCTOP)/include/k5-int.h \
+ $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
+ $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
+ $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \
+ raw.h
+