Module Name: src
Committed By: christos
Date: Thu Aug 25 07:13:39 UTC 2016
Modified Files:
src/external/bsd/unbound/bin: Makefile.inc
src/external/bsd/unbound/sbin: Makefile.inc
Log Message:
fix sun2; no need for worker_cb.c
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/unbound/bin/Makefile.inc
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/unbound/sbin/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/unbound/bin/Makefile.inc
diff -u src/external/bsd/unbound/bin/Makefile.inc:1.1 src/external/bsd/unbound/bin/Makefile.inc:1.2
--- src/external/bsd/unbound/bin/Makefile.inc:1.1 Sat Aug 20 07:20:31 2016
+++ src/external/bsd/unbound/bin/Makefile.inc Thu Aug 25 03:13:39 2016
@@ -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 @@ PROGDPLIBS+= ${DPLIBS}
.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
Index: src/external/bsd/unbound/sbin/Makefile.inc
diff -u src/external/bsd/unbound/sbin/Makefile.inc:1.1 src/external/bsd/unbound/sbin/Makefile.inc:1.2
--- src/external/bsd/unbound/sbin/Makefile.inc:1.1 Sat Aug 20 07:20:32 2016
+++ src/external/bsd/unbound/sbin/Makefile.inc Thu Aug 25 03:13:39 2016
@@ -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 @@ PROGDPLIBS+= ${DPLIBS}
.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