Make build of atm, ip6fw and ping6 depend on existing NOATM and

NOINET6 conditionals.
This commit is contained in:
Poul-Henning Kamp 2003-08-27 19:58:40 +00:00
parent 61f07fc6ca
commit a28dde9abd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119506

View File

@ -5,7 +5,6 @@
SUBDIR= adjkerntz \ SUBDIR= adjkerntz \
atacontrol \ atacontrol \
atm \
badsect \ badsect \
bsdlabel \ bsdlabel \
camcontrol \ camcontrol \
@ -29,7 +28,6 @@ SUBDIR= adjkerntz \
growfs \ growfs \
ifconfig \ ifconfig \
init \ init \
ip6fw \
ipfw \ ipfw \
kldconfig \ kldconfig \
kldload \ kldload \
@ -59,7 +57,6 @@ SUBDIR= adjkerntz \
nologin \ nologin \
nos-tun \ nos-tun \
ping \ ping \
ping6 \
quotacheck \ quotacheck \
raidctl \ raidctl \
rcorder \ rcorder \
@ -80,6 +77,10 @@ SUBDIR= adjkerntz \
umount \ umount \
vinum vinum
.if !defined(NOATM)
SUBDIR+=atm
.endif
.if !defined(NO_CXX) .if !defined(NO_CXX)
SUBDIR+=devd SUBDIR+=devd
.endif .endif
@ -92,6 +93,11 @@ SUBDIR+=ipf \
ipnat ipnat
.endif .endif
.if !defined(NOINET6)
SUBDIR+=ip6fw \
ping6
.endif
.if ${MACHINE_ARCH} == "i386" .if ${MACHINE_ARCH} == "i386"
SUBDIR+=cxconfig SUBDIR+=cxconfig
.if ${MACHINE} == "pc98" .if ${MACHINE} == "pc98"