svn commit: r206996 - in head: etc/mtree share/examples

Andriy Gapon avg at freebsd.org
Wed Apr 21 12:21:35 UTC 2010


on 21/04/2010 15:17 Andriy Gapon said the following:
> Author: avg
> Date: Wed Apr 21 12:17:01 2010
> New Revision: 206996
> URL: http://svn.freebsd.org/changeset/base/206996
> 
> Log:
>   indent.pro example: actually install the sample file
> 
> Modified:
>   head/etc/mtree/BSD.usr.dist
>   head/share/examples/Makefile

I see that there is a number of files/directories in share/examples that are not
hooked into share/examples/Makefile and/or BSD.usr.dist.
Could that be by design/intention?

> Modified: head/etc/mtree/BSD.usr.dist
> ==============================================================================
> --- head/etc/mtree/BSD.usr.dist	Wed Apr 21 12:02:45 2010	(r206995)
> +++ head/etc/mtree/BSD.usr.dist	Wed Apr 21 12:17:01 2010	(r206996)
> @@ -219,6 +219,8 @@
>              ..
>              ibcs2
>              ..
> +            indent
> +            ..
>              ipfilter
>              ..
>              ipfw
> 
> Modified: head/share/examples/Makefile
> ==============================================================================
> --- head/share/examples/Makefile	Wed Apr 21 12:02:45 2010	(r206995)
> +++ head/share/examples/Makefile	Wed Apr 21 12:17:01 2010	(r206996)
> @@ -15,6 +15,7 @@ LDIRS=	BSD_daemon \
>  	find_interface \
>  	hast \
>  	ibcs2 \
> +	indent \
>  	ipfw \
>  	kld \
>  	libvgl \
> @@ -77,6 +78,7 @@ XFILES=	BSD_daemon/FreeBSD.pfa \
>  	hast/vip-up.sh \
>  	ibcs2/README \
>  	ibcs2/hello.uu \
> +	indent/indent.pro \
>  	ipfw/change_rules.sh \
>  	kld/Makefile \
>  	kld/cdev/Makefile \


-- 
Andriy Gapon


More information about the svn-src-all mailing list