Module Name: src Committed By: christos Date: Tue Feb 6 03:30:18 UTC 2018
Modified Files: src/external/bsd/unbound/sbin: Makefile.inc src/external/bsd/unbound/sbin/unbound: Makefile Log Message: put back all the build info in one place (Makefile.inc) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/unbound/sbin/Makefile.inc cvs rdiff -u -r1.2 -r1.3 src/external/bsd/unbound/sbin/unbound/Makefile 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/sbin/Makefile.inc diff -u src/external/bsd/unbound/sbin/Makefile.inc:1.2 src/external/bsd/unbound/sbin/Makefile.inc:1.3 --- src/external/bsd/unbound/sbin/Makefile.inc:1.2 Thu Aug 25 03:13:39 2016 +++ src/external/bsd/unbound/sbin/Makefile.inc Mon Feb 5 22:30:18 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.2 2016/08/25 07:13:39 christos Exp $ +# $NetBSD: Makefile.inc,v 1.3 2018/02/06 03:30:18 christos Exp $ .include "../Makefile.inc" @@ -16,8 +16,9 @@ SRCS+=${PROG}.c .else MAN+=${PROG}.conf.5 ${PROG}.conf.5: ${PROG}.conf.5.in __subst -.PATH: ${UNBOUND}/daemon +.PATH: ${UNBOUND}/daemon ${UNBOUND}/util/shm_side SRCS+= acl_list.c cachedump.c daemon.c remote.c stats.c unbound.c worker.c +SRCS+= shm_main.c .endif CLEANFILES+=${PROG}.8 MAN+=${PROG}.8 Index: src/external/bsd/unbound/sbin/unbound/Makefile diff -u src/external/bsd/unbound/sbin/unbound/Makefile:1.2 src/external/bsd/unbound/sbin/unbound/Makefile:1.3 --- src/external/bsd/unbound/sbin/unbound/Makefile:1.2 Mon Feb 5 22:05:48 2018 +++ src/external/bsd/unbound/sbin/unbound/Makefile Mon Feb 5 22:30:18 2018 @@ -1,8 +1,5 @@ -# $NetBSD: Makefile,v 1.2 2018/02/06 03:05:48 christos Exp $ +# $NetBSD: Makefile,v 1.3 2018/02/06 03:30:18 christos Exp $ PROG=unbound -SRCS=shm_main.c .include <bsd.prog.mk> - -.PATH: ${UNBOUND}/util ${UNBOUND}/util/shm_side