From f0a7513344c0d43a61dee3792a3cb962f59f724e Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Tue, 14 Mar 2017 01:00:09 +0000 Subject: [PATCH] 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 --- sbin/ipf/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index 8b10c982d89..4f6813b19af 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -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