Index: Makefile =================================================================== RCS file: /home/ncvs/src/sys/modules/Makefile,v retrieving revision 1.447 diff -u -r1.447 Makefile --- Makefile 5 Jun 2005 03:32:53 -0000 1.447 +++ Makefile 12 Jun 2005 22:00:53 -0000 @@ -486,6 +486,7 @@ .if ${MACHINE_ARCH} == "powerpc" _gem= gem +_sound= sound .endif .if ${MACHINE_ARCH} == "sparc64" Index: sound/driver/Makefile =================================================================== RCS file: /home/ncvs/src/sys/modules/sound/driver/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- sound/driver/Makefile 25 Oct 2004 10:29:56 -0000 1.16 +++ sound/driver/Makefile 12 Jun 2005 22:34:30 -0000 @@ -4,9 +4,12 @@ SUBDIR = audiocs .else SUBDIR = als4000 ad1816 cmi cs4281 csa ds1 emu10k1 es137x ess -SUBDIR += fm801 ich maestro maestro3 mss neomagic sb16 sb8 sbc solo +SUBDIR += fm801 ich maestro maestro3 neomagic sb16 sb8 sbc solo SUBDIR += t4dwave via8233 via82c686 vibes SUBDIR += driver uaudio .endif +.if ${MACHINE_ARCH} == "i386" +SUBDIR += mss +.endif .include