diff options
| author | Warner Losh <imp@FreeBSD.org> | 2006-02-05 17:38:28 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2006-02-05 17:38:28 +0000 |
| commit | d87076c835783695641e1f8b550c7f8ce2c32d72 (patch) | |
| tree | 7a7f73890ff96957691dd40b74ad7da9ccd1f7a6 /sys/modules | |
| parent | 693b471cc50d83ba9385069786a5e07ed9345e1e (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index f8cc7c05839e..35687bc4b1b3 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -13,7 +13,7 @@ SUBDIR= ${_3dfx} \ aio \ ${_amd} \ amr \ - an \ + ${_an} \ ${_aout} \ ${_apm} \ ${_ar} \ @@ -318,6 +318,7 @@ _3dfx= 3dfx _agp= agp _aic= aic _amd= amd +_an= an _aout= aout _apm= apm _ar= ar @@ -428,8 +429,9 @@ _sppp= sppp .if ${MACHINE_ARCH} == "amd64" _aac= aac -#_acpi= acpi # doesn't work on amd64 yet +#_acpi= acpi # doesn't work on amd64 yet as module _agp= agp +_an= an _arcmsr= arcmsr _ath_hal= ath_hal _ciss= ciss @@ -469,6 +471,7 @@ _aic= aic #_ar= ar not 64-bit clean _arcnet= arcnet _asr= asr +_an= an _bktr= bktr _cardbus= cardbus _cbb= cbb @@ -496,6 +499,7 @@ _xe= xe .endif .if ${MACHINE_ARCH} == "powerpc" +_an= an _gem= gem _smbfs= smbfs .endif |
