diff options
| author | Orion Hodson <orion@FreeBSD.org> | 2001-04-23 21:58:23 +0000 |
|---|---|---|
| committer | Orion Hodson <orion@FreeBSD.org> | 2001-04-23 21:58:23 +0000 |
| commit | 3c43ddee02de739a206c723f8f9e7d4ffcb38a6c (patch) | |
| tree | cf07725a464ec06543d2e179a9cd8f76799b89b2 | |
| parent | 1f2b9fe67a953d746ff01f29c4c9ed5f2e327d2a (diff) | |
Notes
| -rw-r--r-- | sys/modules/sound/driver/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/sound/driver/Makefile b/sys/modules/sound/driver/Makefile index 7d7c53ec9bbe..694881bee250 100644 --- a/sys/modules/sound/driver/Makefile +++ b/sys/modules/sound/driver/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ -SUBDIR = ad1816 cmi cs4281 csa csapcm ds1 emu10k1 es137x es1888 ess fm801 gusc -SUBDIR += maestro maestro3 mss neomagic sb16 sb8 sbc solo t4dwave via82c686 -SUBDIR += vibes +SUBDIR = als4000 ad1816 cmi cs4281 csa csapcm ds1 emu10k1 es137x es1888 ess +SUBDIR += fm801 gusc maestro maestro3 mss neomagic sb16 sb8 sbc solo t4dwave +SUBDIR += via82c686 vibes SUBDIR += driver .include <bsd.subdir.mk> |
