Restrict the module to varied environments.
This commit is contained in:
parent
a1635c3475
commit
ea2e90dbb4
@ -108,7 +108,7 @@ SUBDIR= \
|
||||
fdc \
|
||||
fdescfs \
|
||||
${_fe} \
|
||||
filemon \
|
||||
${_filemon} \
|
||||
firewire \
|
||||
firmware \
|
||||
${_fxp} \
|
||||
@ -364,6 +364,10 @@ SUBDIR= \
|
||||
${_zfs} \
|
||||
zlib \
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
|
||||
_filemon= filemon
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} != "powerpc" && ${MACHINE_CPUARCH} != "arm" && \
|
||||
${MACHINE_CPUARCH} != "mips"
|
||||
_syscons= syscons
|
||||
|
Loading…
Reference in New Issue
Block a user