Skip to content

Commit

Permalink
Update Makefile for 1.8.0, apologies for the breakage.
Browse files Browse the repository at this point in the history
Approved by:	re (kib)
  • Loading branch information
dag-erling committed Oct 10, 2018
1 parent 4c75e3a commit 0eb26fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/libunbound/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ CFLAGS+= -I${UNBOUNDDIR} -I${LDNSDIR} -I${.OBJDIR}

SRCS= alloc.c as112.c authzone.c autotrust.c cachedb.c config_file.c \
configlexer.l configparser.y context.c dname.c dns.c dns64.c \
dnstree.c fptr_wlist.c infra.c iter_delegpt.c iter_donotq.c \
dnstree.c edns.c fptr_wlist.c infra.c iter_delegpt.c iter_donotq.c \
iter_fwd.c iter_hints.c iter_priv.c iter_resptype.c iter_scrub.c \
iter_utils.c iterator.c keyraw.c libunbound.c libworker.c \
listen_dnsport.c localzone.c locks.c log.c lookup3.c lruhash.c \
mesh.c mini_event.c modstack.c module.c msgencode.c msgparse.c \
msgreply.c net_help.c netevent.c outbound_list.c outside_network.c \
packed_rrset.c parse.c parseutil.c random.c rbtree.c redis.c \
regional.c respip.c rrdef.c rrset.c rtt.c sbuffer.c slabhash.c \
str2wire.c timehist.c tube.c ub_event_pluggable.c val_anchor.c \
val_kcache.c val_kentry.c val_neg.c val_nsec.c val_nsec3.c \
val_secalgo.c val_sigcrypt.c val_utils.c validator.c view.c \
winsock_event.c wire2str.c
str2wire.c tcp_conn_limit.c timehist.c tube.c ub_event_pluggable.c \
val_anchor.c val_kcache.c val_kentry.c val_neg.c val_nsec.c \
val_nsec3.c val_secalgo.c val_sigcrypt.c val_utils.c validator.c \
view.c winsock_event.c wire2str.c

WARNS?= 3
NO_WTHREAD_SAFETY= true
Expand Down

0 comments on commit 0eb26fa

Please sign in to comment.