svn commit: r191280 - head/sys/modules

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sun Apr 19 21:37:46 UTC 2009


Author: nwhitehorn
Date: Sun Apr 19 21:37:45 2009
New Revision: 191280
URL: http://svn.freebsd.org/changeset/base/191280

Log:
  Build sound modules on PowerPC.

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Sun Apr 19 21:36:18 2009	(r191279)
+++ head/sys/modules/Makefile	Sun Apr 19 21:37:45 2009	(r191280)
@@ -573,6 +573,7 @@ _an=		an
 _bm=		bm
 _nvram=		powermac_nvram
 _smbfs=		smbfs
+_sound=		sound
 .endif
 
 .if ${MACHINE_ARCH} == "sparc64"


More information about the svn-src-head mailing list