summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/appl/bsd/ChangeLog5
-rw-r--r--src/appl/bsd/Makefile.in4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog
index 1dd1d6a9e..f541a00cd 100644
--- a/src/appl/bsd/ChangeLog
+++ b/src/appl/bsd/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-20 Ezra Peisach <epeisach@mit.edu>
+
+ * Makefile.in: Remove dependencies on krb524_err.h for login.o. If
+ compiling without krb4 support, this file will not be present.
+
2002-03-13 Ken Raeburn <raeburn@mit.edu>
* kcmd.c (kcmd_connect): Don't call fixup_addrinfo, it's been
diff --git a/src/appl/bsd/Makefile.in b/src/appl/bsd/Makefile.in
index 92b4dc872..ca0750c45 100644
--- a/src/appl/bsd/Makefile.in
+++ b/src/appl/bsd/Makefile.in
@@ -128,8 +128,8 @@ $(OUTPRE)login.$(OBJEXT): login.c $(BUILDTOP)/include/libpty.h \
$(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
$(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \
$(SRCTOP)/include/kerberosIV/krb.h $(SRCTOP)/include/kerberosIV/des.h \
- $(SRCTOP)/include/port-sockets.h $(BUILDTOP)/include/krb524.h \
- $(BUILDTOP)/include/krb524_err.h loginpaths.h
+ $(SRCTOP)/include/port-sockets.h \
+ loginpaths.h
$(OUTPRE)krshd.$(OBJEXT): krshd.c $(BUILDTOP)/include/libpty.h \
$(SRCTOP)/include/syslog.h $(BUILDTOP)/include/krb5.h \
$(BUILDTOP)/include/profile.h $(BUILDTOP)/include/com_err.h \