summaryrefslogtreecommitdiffstats
path: root/src/admin
diff options
context:
space:
mode:
Diffstat (limited to 'src/admin')
-rw-r--r--src/admin/aname/Imakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/admin/aname/Imakefile b/src/admin/aname/Imakefile
index 222992b91..5d55ac1e6 100644
--- a/src/admin/aname/Imakefile
+++ b/src/admin/aname/Imakefile
@@ -7,7 +7,7 @@
# For copying and distribution information, please see the file
# <krb5/copyright.h>.
#
-DEPLIBS = $(DEPKLIBS)
-LOCAL_LIBRARIES = $(KLIB) $(COMERRLIB) $(DBMLIB)
+DEPLIBS = $(OSDEPLIB)
+LOCAL_LIBRARIES = $(KLIBLOC) -l$(OSLIB) $(COMERRLIB) $(DBMLIB)
SimpleProgramTarget(kdb5_anadd)