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 Davis 2003-12-02 21:52:14 +00:00
parent f5bd8e9aff
commit bf164734d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123114
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