diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2012-06-29 15:57:25 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2012-06-29 15:57:25 +0000 |
| commit | d005ef0fcc98e63047ed4d87244d30cfccf3efc9 (patch) | |
| tree | c253b998a721dc83908e3f406bde61f14b78522d /sys/modules/Makefile | |
| parent | 1a60a7e7b246adc05c87c7bb13c84947873cefbd (diff) | |
Notes
Diffstat (limited to 'sys/modules/Makefile')
| -rw-r--r-- | sys/modules/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 06a704bb1d5c..9fc30986840f 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -5,7 +5,8 @@ # Modules that include binary-only blobs of microcode should be selectable by # MK_SOURCELESS_UCODE option (see below). -SUBDIR= ${_3dfx} \ +SUBDIR= \ + ${_3dfx} \ ${_3dfx_linux} \ ${_aac} \ accf_data \ @@ -102,6 +103,7 @@ SUBDIR= ${_3dfx} \ fdc \ fdescfs \ ${_fe} \ + ${_filemon} \ firewire \ firmware \ ${_fxp} \ @@ -352,6 +354,10 @@ SUBDIR= ${_3dfx} \ ${_zfs} \ zlib \ +.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64" +_filemon= filemon +.endif + .if ${MACHINE_CPUARCH} != "powerpc" && ${MACHINE_CPUARCH} != "arm" && \ ${MACHINE_CPUARCH} != "mips" _syscons= syscons |
