From c45abd11bb68005d8a5c56c14b16f4184c3e057d Mon Sep 17 00:00:00 2001 From: Michael Graff Date: Thu, 29 Apr 1999 05:32:41 +0000 Subject: [PATCH] gen.c needs LIBS for NetBSD --- lib/dns/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/dns/Makefile.in b/lib/dns/Makefile.in index e60cec4d34..5ea7dc613c 100644 --- a/lib/dns/Makefile.in +++ b/lib/dns/Makefile.in @@ -30,9 +30,11 @@ CINCLUDES = -I${srcdir}/../isc/unix/include \ CDEFINES = CWARNINGS = +LIBS = @LIBS@ + # Alphabetically OBJS = callbacks.o compress.o db.o dbiterator.o dbtable.o \ - master.o name.o rbt.o rbtdb.o rbtdb64.o \ + master.o message.o name.o rbt.o rbtdb.o rbtdb64.o \ rdata.o rdatalist.o rdataset.o rdatasetiter.o rdataslab.o \ result.o version.o @@ -75,6 +77,6 @@ code.h: gen ./gen -s ${srcdir} > code.h gen: gen.c - ${CC} ${ALL_CFLAGS} -o $@ $? + ${CC} ${ALL_CFLAGS} -o $@ $? ${LIBS} rbtdb64.o: rbtdb.c