Re: netgraph only on i386/ia64 - why ?

From: Ruslan Ermilov (ru_at_FreeBSD.org)
Date: 08/16/04

  • Next message: Gleb Smirnoff: "Re: netgraph only on i386/ia64 - why ?"
    Date: Mon, 16 Aug 2004 21:37:46 +0300
    To: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
    
    
    

    On Mon, Aug 16, 2004 at 06:03:33PM +0000, Bjoern A. Zeeb wrote:
    > Hi,
    >
    > It seems netgraph is only build on ia64 and i386.
    > Can someone please explain why ?
    >
    I think this is an omission from the old days. If it
    survives ``make universe'', this should probably be
    committed. Gleb, do you feel like testing this with
    ``make universe''?

    %%%
    Index: Makefile
    ===================================================================
    RCS file: /home/ncvs/src/sys/modules/Makefile,v
    retrieving revision 1.391
    diff -u -r1.391 Makefile
    --- Makefile 3 Aug 2004 19:24:54 -0000 1.391
    +++ Makefile 16 Aug 2004 18:24:23 -0000
    @@ -143,7 +143,7 @@
             ${_ncp} \
             ${_ncv} \
             ${_ndis} \
    - ${_netgraph} \
    + netgraph \
             nfsclient \
             nfsserver \
             nge \
    @@ -308,7 +308,6 @@
     _ncp= ncp
     _ncv= ncv
     _ndis= ndis
    -_netgraph= netgraph
     _nsp= nsp
     _nwfs= nwfs
     _oltr= oltr
    @@ -401,7 +400,6 @@
     _hfa= hfa
     _iir= iir
     _mly= mly
    -_netgraph= netgraph
     _pccard= pccard
     _ray= ray
     _scsi_low= scsi_low
    %%%

    Cheers,

    -- 
    Ruslan Ermilov
    ru@FreeBSD.org
    FreeBSD committer
    
    



  • Next message: Gleb Smirnoff: "Re: netgraph only on i386/ia64 - why ?"