fix up for yet better Imake support
authorJohn Kohl <jtkohl@mit.edu>
Mon, 18 Feb 1991 10:28:39 +0000 (10:28 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 18 Feb 1991 10:28:39 +0000 (10:28 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1716 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/aname/Imakefile

index 222992b91d9b4c1d644dca0410f37a7893fce600..5d55ac1e684f849f7623ad278dc1770cdbf0380b 100644 (file)
@@ -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)