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
d0ffd0a240
commit
2b3284fdce
@ -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 New Issue
Block a user