2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

gen.c needs LIBS for NetBSD

This commit is contained in:
Michael Graff 1999-04-29 05:32:41 +00:00
parent ccdac53c02
commit c45abd11bb

View File

@ -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