summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/modules/Makefile2
-rw-r--r--sys/modules/netgraph/Makefile9
2 files changed, 8 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 6c0a0e0..72f349a 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -441,7 +441,7 @@ _smbfs= smbfs
_sound= sound
_splash= splash
_sppp= sppp
-_sr= sr
+#_sr= sr not 64bit clean
_streams= streams
_wi= wi
_xe= xe
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