summaryrefslogtreecommitdiffstats
path: root/src/kdc
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-09 16:44:06 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-09 16:44:06 +0000
commit8fa51ca263a5b7265fd3accfd77a5c88092a542d (patch)
tree2d1df0507eaf22ed0a417fbe04152346f56f489d /src/kdc
parent0040cd3d26ca7a97432bc3bc5c7e6b0830075a14 (diff)
use DEPKDBLIB
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@809 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc')
-rw-r--r--src/kdc/Imakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdc/Imakefile b/src/kdc/Imakefile
index e9c3a82b6..1abf08734 100644
--- a/src/kdc/Imakefile
+++ b/src/kdc/Imakefile
@@ -24,4 +24,4 @@ ErrorTableObjectRule()
all:: krb5kdc $(SRCS)
-NormalProgramTarget(krb5kdc,$(OBJS),$(KDBLIB) $(DEPKLIB),$(KDBLIB) $(KLIB),)
+NormalProgramTarget(krb5kdc,$(OBJS),$(DEPKDBLIB) $(DEPKLIB),$(KDBLIB) $(KLIB),)