Normalize SUBDIR.
This commit is contained in:
parent
e18c6616e2
commit
9cf7b16038
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user