Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/unbound fix sun2; no need for worker_cb.c



details:   https://anonhg.NetBSD.org/src/rev/d162295801cb
branches:  trunk
changeset: 817549:d162295801cb
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Aug 25 07:13:39 2016 +0000

description:
fix sun2; no need for worker_cb.c

diffstat:

 external/bsd/unbound/bin/Makefile.inc  |  4 ++--
 external/bsd/unbound/sbin/Makefile.inc |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 664e26cc361d -r d162295801cb external/bsd/unbound/bin/Makefile.inc
--- a/external/bsd/unbound/bin/Makefile.inc     Thu Aug 25 00:32:31 2016 +0000
+++ b/external/bsd/unbound/bin/Makefile.inc     Thu Aug 25 07:13:39 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1 2016/08/20 11:20:31 christos Exp $
+# $NetBSD: Makefile.inc,v 1.2 2016/08/25 07:13:39 christos Exp $
 
 .include "../Makefile.inc"
 
@@ -11,7 +11,7 @@
 
 .if defined(PROG)
 .PATH: ${UNBOUND}/smallapp
-SRCS+=${PROG}.c worker_cb.c
+SRCS+=${PROG}.c
 CLEANFILES+=${PROG}.1
 MAN+=${PROG}.1
 ${PROG}.1: ${PROG}.1.in __subst
diff -r 664e26cc361d -r d162295801cb external/bsd/unbound/sbin/Makefile.inc
--- a/external/bsd/unbound/sbin/Makefile.inc    Thu Aug 25 00:32:31 2016 +0000
+++ b/external/bsd/unbound/sbin/Makefile.inc    Thu Aug 25 07:13:39 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1 2016/08/20 11:20:32 christos Exp $
+# $NetBSD: Makefile.inc,v 1.2 2016/08/25 07:13:39 christos Exp $
 
 .include "../Makefile.inc"
 
@@ -12,7 +12,7 @@
 .if defined(PROG)
 .if ${PROG} != "unbound"
 .PATH: ${UNBOUND}/smallapp
-SRCS+=${PROG}.c worker_cb.c
+SRCS+=${PROG}.c
 .else
 MAN+=${PROG}.conf.5
 ${PROG}.conf.5: ${PROG}.conf.5.in __subst



Home | Main Index | Thread Index | Old Index