Date: Tue, 14 Mar 2017 02:06:12 +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: r315222 - head/sbin/ipf Message-ID: <201703140206.v2E26Cxb070974@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Tue Mar 14 02:06:12 2017 New Revision: 315222 URL: https://svnweb.freebsd.org/changeset/base/315222 Log: Revert r315218 so that it may be committed together with r315219. Modified: head/sbin/ipf/Makefile Modified: head/sbin/ipf/Makefile ============================================================================== --- head/sbin/ipf/Makefile Tue Mar 14 02:06:03 2017 (r315221) +++ head/sbin/ipf/Makefile Tue Mar 14 02:06:12 2017 (r315222) @@ -1,9 +1,7 @@ # $FreeBSD$ SUBDIR= libipf .WAIT -SUBDIR+= ipf ipfs ipftest ipmon ipnat ippool -# XXX: Disconnected for now. -# XXX: SUBDIR+= ipftest ipresend +SUBDIR+= ipf ipfs ipfstat ipftest ipmon ipnat ippool ipresend SUBDIR_PARALLEL= .include <bsd.subdir.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703140206.v2E26Cxb070974>