summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2014-05-22 05:04:40 +0000
committerjhibbits <jhibbits@FreeBSD.org>2014-05-22 05:04:40 +0000
commit445bd251367f961f095e5c56503e7737a412ccf6 (patch)
treeb1c7d61c56cda7c4a9c8c5c13829f807ec553951 /sys/modules
parenta67970222095a9cced7b0947ce9446717cdcf342 (diff)
downloadFreeBSD-src-445bd251367f961f095e5c56503e7737a412ccf6.zip
FreeBSD-src-445bd251367f961f095e5c56503e7737a412ccf6.tar.gz
imagact_binmisc builds for all supported architectures, so enable it for all.
Any bugs in execution will be dealt with as they crop up. MFC after: 3 weeks Relnotes: Yes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 3d1713f..330c686 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -150,7 +150,7 @@ SUBDIR= \
if_vlan \
${_igb} \
${_iir} \
- ${_imgact_binmisc} \
+ imgact_binmisc \
${_io} \
${_ipoib} \
${_ipdivert} \
@@ -377,7 +377,6 @@ SUBDIR= \
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
_filemon= filemon
-_imgact_binmisc= imgact_binmisc
_vmware= vmware
.endif
OpenPOWER on IntegriCloud