Reconnect ipfstat, ipnat, and ipftest to the build now that if_xname

support is enabled.

Approved by:	re (scottl)
This commit is contained in:
brooks 2003-12-02 21:52:14 +00:00
parent d0ffd0a240
commit 2b3284fdce
3 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -87,7 +87,9 @@ SUBDIR+=devd
.if !defined(NO_IPFILTER)
SUBDIR+=ipf \
ipfs \
ipmon
ipfstat \
ipmon \
ipnat
.endif
.if !defined(NOINET6)

View File

@ -143,7 +143,8 @@ SUBDIR+=mld6query \
.endif
.if !defined(NO_IPFILTER)
SUBDIR+=ipresend \
SUBDIR+=ipftest \
ipresend \
ipsend \
iptest
.endif