summaryrefslogtreecommitdiffstats
path: root/src/admin
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-02-16 12:45:45 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-02-16 12:45:45 +0000
commitcdf56974355eb60b8eca620313a086801663dc77 (patch)
tree50c3961228573f69c1a03bc473bc0997b8c3e2f4 /src/admin
parentff955b64a28be6bbb658931820d3045848a0638d (diff)
downloadkrb5-cdf56974355eb60b8eca620313a086801663dc77.tar.gz
krb5-cdf56974355eb60b8eca620313a086801663dc77.tar.xz
krb5-cdf56974355eb60b8eca620313a086801663dc77.zip
fix makefile for new KLIB stuff
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1708 dc483132-0cff-0310-8789-dd5450dbe970
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 e7373366d..222992b91 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 = $(OSLIB)
-LOCAL_LIBRARIES = $(OSLIB) $(COMERRLIB) $(DBMLIB)
+DEPLIBS = $(DEPKLIBS)
+LOCAL_LIBRARIES = $(KLIB) $(COMERRLIB) $(DBMLIB)
SimpleProgramTarget(kdb5_anadd)