summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile
index 49c1f47..12dbe0d 100644
--- a/sys/modules/netgraph/Makefile
+++ b/sys/modules/netgraph/Makefile
@@ -4,6 +4,7 @@
SUBDIR= UI \
async \
atm \
+ ${_bluetooth} \
bpf \
bridge \
cisco \
@@ -21,6 +22,7 @@ SUBDIR= UI \
ksocket \
l2tp \
lmi \
+ ${_mppc} \
netgraph \
one2many \
ppp \
@@ -36,12 +38,12 @@ SUBDIR= UI \
vjc
.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
-SUBDIR+= mppc
+_mppc= mppc
.endif
.if ${MACHINE_ARCH} == "i386"
# Things that don't compile on alpha or are aout specific:
-SUBDIR+= bluetooth
+_bluetooth= bluetooth
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud