mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Make build of atm, mld6query, rip6query, route6d and traceroute6
depend on existing NOATM and NOINET6 conditionals.
This commit is contained in:
parent
a28dde9abd
commit
dd0b8d3c15
1 changed files with 11 additions and 5 deletions
|
|
@ -13,7 +13,6 @@ SUBDIR= IPXrouted \
|
|||
amd \
|
||||
ancontrol \
|
||||
arp \
|
||||
atm \
|
||||
bootparamd \
|
||||
burncd \
|
||||
cdcontrol \
|
||||
|
|
@ -57,7 +56,6 @@ SUBDIR= IPXrouted \
|
|||
memcontrol \
|
||||
mergemaster \
|
||||
mixer \
|
||||
mld6query \
|
||||
mlxcontrol \
|
||||
mount_portalfs \
|
||||
mountd \
|
||||
|
|
@ -86,9 +84,7 @@ SUBDIR= IPXrouted \
|
|||
rarpd \
|
||||
raycontrol \
|
||||
repquota \
|
||||
rip6query \
|
||||
rmt \
|
||||
route6d \
|
||||
rpcbind \
|
||||
rpc.lockd \
|
||||
rpc.statd \
|
||||
|
|
@ -115,7 +111,6 @@ SUBDIR= IPXrouted \
|
|||
tcpdump \
|
||||
timed \
|
||||
traceroute \
|
||||
traceroute6 \
|
||||
trpt \
|
||||
tzsetup \
|
||||
ugidfw \
|
||||
|
|
@ -135,6 +130,17 @@ SUBDIR= IPXrouted \
|
|||
ypset \
|
||||
zic
|
||||
|
||||
.if !defined(NOATM)
|
||||
SUBDIR+=atm
|
||||
.endif
|
||||
|
||||
.if !defined(NOINET6)
|
||||
SUBDIR+=mld6query \
|
||||
rip6query \
|
||||
route6d \
|
||||
traceroute6
|
||||
.endif
|
||||
|
||||
.if !defined(NO_IPFILTER)
|
||||
SUBDIR+=ipftest \
|
||||
ipresend \
|
||||
|
|
|
|||
Loading…
Reference in a new issue