diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2009-04-19 21:37:45 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2009-04-19 21:37:45 +0000 |
commit | e6e3922548a6c4c05a1a5f1d77849bd7aa735fac (patch) | |
tree | af460c205c1bc699612d4bc4fcbe75662fea7f23 /sys/modules | |
parent | f15ded690a481d4683aad66a5943543e8dc79545 (diff) | |
download | FreeBSD-src-e6e3922548a6c4c05a1a5f1d77849bd7aa735fac.zip FreeBSD-src-e6e3922548a6c4c05a1a5f1d77849bd7aa735fac.tar.gz |
Build sound modules on PowerPC.
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 6ae7209..61f9066 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -573,6 +573,7 @@ _an= an _bm= bm _nvram= powermac_nvram _smbfs= smbfs +_sound= sound .endif .if ${MACHINE_ARCH} == "sparc64" |