aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-01-19 12:36:08 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-01-19 12:36:08 +0000
commit9cf7b160387f2553357e394223fab9f172f72b38 (patch)
treed530e92cfd80292f5489734a64d5b653840ff1a3 /sys/modules/netgraph
parente18c6616e20e52a7b9f791099ddb864575f19041 (diff)
Notes
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 49c1f47183d4..12dbe0dcd909 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>