summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/netgraph/Makefile')
-rw-r--r--sys/modules/netgraph/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile
index ac4eb39..90165f8 100644
--- a/sys/modules/netgraph/Makefile
+++ b/sys/modules/netgraph/Makefile
@@ -33,14 +33,19 @@ SUBDIR= async \
socket \
split \
sppp \
- sync_ar \
- sync_sr \
+ ${_sync_ar} \
+ ${_sync_sr} \
tee \
tty \
UI \
vjc \
vlan
+.if ${MACHINE_ARCH} == "i386"
+_sync_ar= sync_ar
+_sync_sr= sync_sr
+.endif
+
.if !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
_bluetooth= bluetooth
.endif
OpenPOWER on IntegriCloud