Restrict the module to varied environments.

This commit is contained in:
David E. O'Brien 2012-10-08 14:08:13 +00:00
parent ce8b4f7cb9
commit 0d773745f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241351

View File

@ -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