summaryrefslogtreecommitdiffstats
path: root/src/admin/destroy
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/admin/destroy
parent0040cd3d26ca7a97432bc3bc5c7e6b0830075a14 (diff)
use DEPKDBLIB
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@809 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin/destroy')
-rw-r--r--src/admin/destroy/Imakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/admin/destroy/Imakefile b/src/admin/destroy/Imakefile
index ed61e2189..d750eb3b5 100644
--- a/src/admin/destroy/Imakefile
+++ b/src/admin/destroy/Imakefile
@@ -1,4 +1,4 @@
-DEPLIBS = $(KDBLIB) $(DEPKLIB)
+DEPLIBS = $(DEPKDBLIB) $(DEPKLIB)
LOCAL_LIBRARIES = $(KDBLIB) $(KLIB)
SimpleProgramTarget(kdb5_destroy)