mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Reconnect ipfstat, ipnat, and ipftest to the build now that if_xname
support is enabled. Approved by: re (scottl)
This commit is contained in:
parent
f5bd8e9aff
commit
bf164734d4
3 changed files with 6 additions and 3 deletions
|
|
@ -128,7 +128,7 @@ CRUNCH_PROGS_sbin+= vinum
|
|||
.endif
|
||||
|
||||
.if !defined(NO_IPFILTER)
|
||||
CRUNCH_PROGS_sbin+= ipf ipfs ipmon # ipnat
|
||||
CRUNCH_PROGS_sbin+= ipf ipfs ipfstat ipmon ipnat
|
||||
.endif
|
||||
|
||||
# crunchgen does not like C++ programs; this should be fixed someday
|
||||
|
|
|
|||
|
|
@ -87,7 +87,9 @@ SUBDIR+=devd
|
|||
.if !defined(NO_IPFILTER)
|
||||
SUBDIR+=ipf \
|
||||
ipfs \
|
||||
ipmon
|
||||
ipfstat \
|
||||
ipmon \
|
||||
ipnat
|
||||
.endif
|
||||
|
||||
.if !defined(NOINET6)
|
||||
|
|
|
|||
|
|
@ -143,7 +143,8 @@ SUBDIR+=mld6query \
|
|||
.endif
|
||||
|
||||
.if !defined(NO_IPFILTER)
|
||||
SUBDIR+=ipresend \
|
||||
SUBDIR+=ipftest \
|
||||
ipresend \
|
||||
ipsend \
|
||||
iptest
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue