This commit seems to accomplish something totally different than your
commit message indicates.


Doug


On 08/12/2010 21:00, Takanori Watanabe wrote:
> Author: takawata
> Date: Fri Aug 13 04:00:35 2010
> New Revision: 211270
> URL: http://svn.freebsd.org/changeset/base/211270
> 
> Log:
>   Hook tpm.4 manual to build.
> 
> Modified:
>   head/sys/modules/tpm/Makefile
> 
> Modified: head/sys/modules/tpm/Makefile
> ==============================================================================
> --- head/sys/modules/tpm/Makefile     Fri Aug 13 03:17:33 2010        
> (r211269)
> +++ head/sys/modules/tpm/Makefile     Fri Aug 13 04:00:35 2010        
> (r211270)
> @@ -3,7 +3,9 @@
>  .PATH:       ${.CURDIR}/../../dev/tpm
>  
>  KMOD=        tpm
> -SRCS=        tpm.c tpm_isa.c tpm_acpi.c isa_if.h opt_acpi.h acpi_if.h \
> -     bus_if.h device_if.h
> +
> +SRCS=        tpm.c bus_if.h device_if.h
> +#Bus specific stuff.
> +SRCS+=       tpm_isa.c tpm_acpi.c isa_if.h opt_acpi.h acpi_if.h
>  
>  .include <bsd.kmod.mk>
> 



-- 

        Improve the effectiveness of your Internet presence with
        a domain name makeover!    http://SupersetSolutions.com/

        Computers are useless. They can only give you answers.
                        -- Pablo Picasso

_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to