Author: philip
Date: Fri Nov 18 11:10:14 2011
New Revision: 227662
URL: http://svn.freebsd.org/changeset/base/227662

Log:
  Limit building sfxge(4) to amd64 only to unbreak the tinderboxen.  The driver
  should also work on (at least) i386 but hasn't been built/tested for a while.
  
  MFC after:    3 weeks

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile   Fri Nov 18 09:56:40 2011        (r227661)
+++ head/sys/modules/Makefile   Fri Nov 18 11:10:14 2011        (r227662)
@@ -275,7 +275,7 @@ SUBDIR=     ${_3dfx} \
        sem \
        send \
        sf \
-       sfxge \
+       ${_sfxge} \
        sge \
        siba_bwn \
        siftr \
@@ -630,6 +630,7 @@ _rdma=              rdma    
 _s3=           s3
 _safe=         safe
 _scsi_low=     scsi_low
+_sfxge=                sfxge
 _smbfs=                smbfs
 _sound=                sound
 _speaker=      speaker
_______________________________________________
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