Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/unbound/sbin put back all the build info in one...
details: https://anonhg.NetBSD.org/src/rev/db57a5a649f3
branches: trunk
changeset: 359267:db57a5a649f3
user: christos <christos%NetBSD.org@localhost>
date: Tue Feb 06 03:30:18 2018 +0000
description:
put back all the build info in one place (Makefile.inc)
diffstat:
external/bsd/unbound/sbin/Makefile.inc | 5 +++--
external/bsd/unbound/sbin/unbound/Makefile | 5 +----
2 files changed, 4 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r 2d5550488420 -r db57a5a649f3 external/bsd/unbound/sbin/Makefile.inc
--- a/external/bsd/unbound/sbin/Makefile.inc Tue Feb 06 03:29:57 2018 +0000
+++ b/external/bsd/unbound/sbin/Makefile.inc Tue Feb 06 03:30:18 2018 +0000
@@ -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 @@
.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
diff -r 2d5550488420 -r db57a5a649f3 external/bsd/unbound/sbin/unbound/Makefile
--- a/external/bsd/unbound/sbin/unbound/Makefile Tue Feb 06 03:29:57 2018 +0000
+++ b/external/bsd/unbound/sbin/unbound/Makefile Tue Feb 06 03:30:18 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index