svn commit: r315222 - head/sbin/ipf

Cy Schubert cy at FreeBSD.org
Tue Mar 14 02:06:14 UTC 2017


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>


More information about the svn-src-all mailing list