Module Name: src Committed By: mrg Date: Tue Mar 13 03:07:51 UTC 2018
Modified Files: src/external/bsd/unbound/sbin: Makefile.inc Log Message: add the generated prog.conf.5 to CLEANFILES. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 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/sbin/Makefile.inc diff -u src/external/bsd/unbound/sbin/Makefile.inc:1.3 src/external/bsd/unbound/sbin/Makefile.inc:1.4 --- src/external/bsd/unbound/sbin/Makefile.inc:1.3 Tue Feb 6 03:30:18 2018 +++ src/external/bsd/unbound/sbin/Makefile.inc Tue Mar 13 03:07:51 2018 @@ -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 @@ SRCS+=${PROG}.c .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