svn commit: r255963 - in head: etc/mtree etc/periodic/daily usr.bin/dig

Matthew Fleming mdf at FreeBSD.org
Tue Oct 1 14:21:02 UTC 2013


On Tue, Oct 1, 2013 at 12:19 AM, Dag-Erling Smørgrav <des at freebsd.org>wrote:

> Author: des
> Date: Tue Oct  1 07:19:23 2013
> New Revision: 255963
> URL: http://svnweb.freebsd.org/changeset/base/255963
>
> Log:
>   Odds and ends left over from BIND and unnoticed because they didn't
>   affect 'make universe'.
>
>   Approved by:  re (gjb)
>
> Deleted:
>   head/usr.bin/dig/
> Modified:
>   head/etc/mtree/Makefile
>   head/etc/periodic/daily/Makefile
>
> Modified: head/etc/mtree/Makefile
>
> ==============================================================================
> --- head/etc/mtree/Makefile     Tue Oct  1 05:27:48 2013        (r255962)
> +++ head/etc/mtree/Makefile     Tue Oct  1 07:19:23 2013        (r255963)
> @@ -2,20 +2,12 @@
>
>  .include <bsd.own.mk>
>
> -FILES= ${_BIND.chroot.dist} \
> -       ${_BIND.include.dist} \
> -       ${_BSD.debug.dist} \
> -       BSD.include.dist \
> +FILES= BSD.include.dist \
>

It looks like {_BSD.debug.list} is no longer in FILES.


>         BSD.root.dist \
>         ${_BSD.sendmail.dist} \
>         BSD.usr.dist \
>         BSD.var.dist
>
> -.if ${MK_BIND} != "no"
> -_BIND.chroot.dist=     BIND.chroot.dist
> -.if ${MK_BIND_LIBS} != "no"
> -_BIND.include.dist=    BIND.include.dist
> -.endif
>  .endif
>

This .endif needs to be removed too, as the MK_BIND_LIBS was nested inside
MK_BIND check.

Thanks,
matthew


More information about the svn-src-all mailing list