summaryrefslogtreecommitdiff
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2009-03-15 14:21:05 +0000
committerRobert Watson <rwatson@FreeBSD.org>2009-03-15 14:21:05 +0000
commite5adda3d51587f093e4d653066965c1020ffb85a (patch)
tree27cbcf88d527d4a8b421eca8e088d73a000fb83f /sys/modules/netgraph
parent8a6a076cb4e8a6bc794f05e71cae1f43e0d3d371 (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile
index 760604ddf85b..2bae5ef22ac7 100644
--- a/sys/modules/netgraph/Makefile
+++ b/sys/modules/netgraph/Makefile
@@ -44,8 +44,6 @@ SUBDIR= async \
source \
split \
sppp \
- ${_sync_ar} \
- ${_sync_sr} \
tag \
tcpmss \
tee \
@@ -54,11 +52,6 @@ SUBDIR= async \
vjc \
vlan
-.if ${MACHINE_ARCH} == "i386"
-_sync_ar= sync_ar
-_sync_sr= sync_sr
-.endif
-
.if ${MK_BLUETOOTH} != "no" || defined(ALL_MODULES)
_bluetooth= bluetooth
.endif