svn commit: r294025 - stable/10/sys/modules/if_gif

NGie Cooper yaneurabeya at gmail.com
Thu Jan 14 18:01:06 UTC 2016


> On Jan 14, 2016, at 09:44, Sean Bruno <sbruno at FreeBSD.org> wrote:
> 
> Author: sbruno
> Date: Thu Jan 14 17:44:45 2016
> New Revision: 294025
> URL: https://svnweb.freebsd.org/changeset/base/294025
> 
> Log:
>  Fixup option handling after r293778 by wrapping MK_INET6_SUPPORT in a
>  KERNBUILDDIR check.
> 
>  Sponsored by:	Limelight Networks
> 
> Modified:
>  stable/10/sys/modules/if_gif/Makefile
> 
> Modified: stable/10/sys/modules/if_gif/Makefile
> ==============================================================================
> --- stable/10/sys/modules/if_gif/Makefile	Thu Jan 14 17:42:46 2016	(r294024)
> +++ stable/10/sys/modules/if_gif/Makefile	Thu Jan 14 17:44:45 2016	(r294025)
> @@ -17,7 +17,9 @@ OPT_INET!= cat ${KERNBUILDDIR}/opt_inet.
> .if empty(OPT_INET)
> MK_INET_SUPPORT= no
> .endif
> +.endif
> 
> +.if !defined(KERNBUILDDIR)
> .if ${MK_INET6_SUPPORT} != "no"
> opt_inet6.h:
> 	echo "#define INET6 1" > ${.TARGET}
> 

Pointyhat to: ngie

Thanks :/..


More information about the svn-src-all mailing list