mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Disconnect ipftest and ipresend from the build until it can be verified
that they still work. These utilities have become out of sync with the code in the kernel and need work to bring them back into shape. Most people test on real systems or VMs on real networks. Sugested by: glebius
This commit is contained in:
parent
95246abb21
commit
f0a7513344
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR= libipf .WAIT
|
||||
SUBDIR+= ipf ipfs ipfstat ipftest ipmon ipnat ippool ipresend
|
||||
SUBDIR+= ipf ipfs ipftest ipmon ipnat ippool
|
||||
# XXX: Disconnected for now.
|
||||
# XXX: SUBDIR+= ipftest ipresend
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue