Normalize SUBDIR.

This commit is contained in:
Ruslan Ermilov 2004-01-19 12:36:08 +00:00
parent e18c6616e2
commit 9cf7b16038
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124711
3 changed files with 21 additions and 20 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>