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 add the generated prog.conf.5 to C...



details:   https://anonhg.NetBSD.org/src/rev/9eee1ae11bcd
branches:  trunk
changeset: 321353:9eee1ae11bcd
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Mar 13 03:07:51 2018 +0000

description:
add the generated prog.conf.5 to CLEANFILES.

diffstat:

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

diffs (17 lines):

diff -r b8ef991c2e2f -r 9eee1ae11bcd external/bsd/unbound/sbin/Makefile.inc
--- a/external/bsd/unbound/sbin/Makefile.inc    Tue Mar 13 03:06:51 2018 +0000
+++ b/external/bsd/unbound/sbin/Makefile.inc    Tue Mar 13 03:07:51 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.3 2018/02/06 03:30:18 christos Exp $
+# $NetBSD: Makefile.inc,v 1.4 2018/03/13 03:07:51 mrg Exp $
 
 .include "../Makefile.inc"
 
@@ -16,6 +16,7 @@
 .else
 MAN+=${PROG}.conf.5
 ${PROG}.conf.5: ${PROG}.conf.5.in __subst
+CLEANFILES+=${PROG}.conf.5
 .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



Home | Main Index | Thread Index | Old Index