Date: Tue, 14 Mar 2017 01:00:09 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r315218 - head/sbin/ipf Message-ID: <201703140100.v2E109jA042879@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Tue Mar 14 01:00:09 2017 New Revision: 315218 URL: https://svnweb.freebsd.org/changeset/base/315218 Log: 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 Modified: head/sbin/ipf/Makefile Modified: head/sbin/ipf/Makefile ============================================================================== --- head/sbin/ipf/Makefile Mon Mar 13 22:53:06 2017 (r315217) +++ head/sbin/ipf/Makefile Tue Mar 14 01:00:09 2017 (r315218) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703140100.v2E109jA042879>