mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 20:51:09 +01:00
Only build filemon(4) on x86.
This commit is contained in:
parent
30a39288e4
commit
98663aa0e4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236621
@ -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 \
|
||||
@ -358,9 +359,12 @@ SUBDIR= ${_3dfx} \
|
||||
${_zfs} \
|
||||
zlib \
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
|
||||
_filemon= filemon
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} != "powerpc" && ${MACHINE_CPUARCH} != "arm" && \
|
||||
${MACHINE_CPUARCH} != "mips"
|
||||
_filemon= filemon
|
||||
_syscons= syscons
|
||||
_vpo= vpo
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user