1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00: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:
Cy Schubert 2017-03-14 01:00:09 +00:00
parent 95246abb21
commit f0a7513344
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315218

View File

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