From 45d21ee1dee76905fd59e0fe95b69fd81b2d5cc0 Mon Sep 17 00:00:00 2001 From: mar Date: Mon, 5 Feb 1990 13:03:22 +0000 Subject: [PATCH] link with Hesiod library --- clients/mrtest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/mrtest/Makefile b/clients/mrtest/Makefile index 3dee0627..4d50d082 100644 --- a/clients/mrtest/Makefile +++ b/clients/mrtest/Makefile @@ -8,7 +8,7 @@ LIBS = ../rpc/libsms.a ../gdb/libgdb.a -LLIBS= -L../lib -lkrb -ldes -lss -lcom_err -lm -lc +LLIBS= -L../lib -lhesiod -lkrb -ldes -lss -lcom_err -lm -lc SRCS= test.c -- 2.45.2