summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-19 12:36:08 +0000
committerru <ru@FreeBSD.org>2004-01-19 12:36:08 +0000
commita453568f3afc0a47d0513313026ac6735e19853d (patch)
treed530e92cfd80292f5489734a64d5b653840ff1a3 /sys
parent100a99f4f73c24b9a426604bc313e238ef29feca (diff)
downloadFreeBSD-src-a453568f3afc0a47d0513313026ac6735e19853d.zip
FreeBSD-src-a453568f3afc0a47d0513313026ac6735e19853d.tar.gz
Normalize SUBDIR.
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/firewire/Makefile9
-rw-r--r--sys/modules/netgraph/Makefile6
-rw-r--r--sys/modules/syscons/Makefile26
3 files changed, 21 insertions, 20 deletions
diff --git a/sys/modules/firewire/Makefile b/sys/modules/firewire/Makefile
index a8ea55c..ca0c1ea 100644
--- a/sys/modules/firewire/Makefile
+++ b/sys/modules/firewire/Makefile
@@ -1,9 +1,8 @@
# $FreeBSD$
-SUBDIR =
-SUBDIR += firewire
-SUBDIR += sbp
-SUBDIR += sbp_targ
-SUBDIR += fwe
+SUBDIR= firewire \
+ fwe \
+ sbp \
+ sbp_targ
.include <bsd.subdir.mk>
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>
diff --git a/sys/modules/syscons/Makefile b/sys/modules/syscons/Makefile
index 7e2f2c5..b6cac1c 100644
--- a/sys/modules/syscons/Makefile
+++ b/sys/modules/syscons/Makefile
@@ -1,20 +1,20 @@
# $FreeBSD$
-SUBDIR =
-SUBDIR += blank
-SUBDIR += daemon
-SUBDIR += dragon
-SUBDIR += fade
-SUBDIR += fire
-SUBDIR += green
-SUBDIR += logo
-SUBDIR += rain
-SUBDIR += snake
-SUBDIR += star
-SUBDIR += warp
+SUBDIR= ${_apm} \
+ blank \
+ daemon \
+ dragon \
+ fade \
+ fire \
+ green \
+ logo \
+ rain \
+ snake \
+ star \
+ warp
.if ${MACHINE_ARCH} == "i386"
-SUBDIR += apm
+_apm= apm
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud