Author: cognet
Date: Thu Feb 12 21:01:16 2009
New Revision: 188537
URL: http://svn.freebsd.org/changeset/base/188537

Log:
  Unbreak build by making svr4 conditional on i386.

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile   Thu Feb 12 19:32:52 2009        (r188536)
+++ head/sys/modules/Makefile   Thu Feb 12 21:01:16 2009        (r188537)
@@ -259,7 +259,7 @@ SUBDIR=     ${_3dfx} \
        ${_stg} \
        stge \
        ${_streams} \
-       svr4 \
+       ${_svr4} \
        sym \
        ${_syscons} \
        sysvipc \
@@ -438,6 +438,7 @@ _sppp=              sppp
 _sr=           sr
 _stg=          stg
 _streams=      streams
+_svr4=         svr4
 _tmpfs=                tmpfs
 _upgt=         upgt
 _urtw=         urtw
_______________________________________________
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