svn commit: r188537 - head/sys/modules

Olivier Houchard cognet at FreeBSD.org
Thu Feb 12 13:01:17 PST 2009


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


More information about the svn-src-all mailing list