diff options
author | scottl <scottl@FreeBSD.org> | 2004-08-30 03:37:36 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2004-08-30 03:37:36 +0000 |
commit | 904617f38edb9ab5b96dccf9c9e7b89525dd39a3 (patch) | |
tree | 00c6e69adf29f43feb64ebf9ac7310d788255219 /sys/modules | |
parent | 4aa6ae74eb9e69a70f6cfd68db878de756327426 (diff) | |
download | FreeBSD-src-904617f38edb9ab5b96dccf9c9e7b89525dd39a3.zip FreeBSD-src-904617f38edb9ab5b96dccf9c9e7b89525dd39a3.tar.gz |
Enable aac(4) module build for amd64
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 cfb1d26..8964983 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -374,6 +374,7 @@ _sppp= sppp .endif .if ${MACHINE_ARCH} == "amd64" +_aac= aac _agp= agp _ciss= ciss _drm= drm |