svn commit: r289245 - in stable/10/sbin/ipf: . iptest rules

Bryan Drewery bdrewery at FreeBSD.org
Tue Oct 13 18:40:47 UTC 2015


Author: bdrewery
Date: Tue Oct 13 18:40:46 2015
New Revision: 289245
URL: https://svnweb.freebsd.org/changeset/base/289245

Log:
  MFC r288248:
  
    Remove disconnected directories.

Deleted:
  stable/10/sbin/ipf/iptest/
  stable/10/sbin/ipf/rules/
Modified:
  stable/10/sbin/ipf/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/ipf/Makefile
==============================================================================
--- stable/10/sbin/ipf/Makefile	Tue Oct 13 18:34:58 2015	(r289244)
+++ stable/10/sbin/ipf/Makefile	Tue Oct 13 18:40:46 2015	(r289245)
@@ -1,8 +1,6 @@
 #	$FreeBSD$
 
-#.WAIT
 SUBDIR=		libipf
 SUBDIR+=	ipf ipfs ipfstat ipftest ipmon ipnat ippool ipresend
-#SUBDIR+=	ipsend iptest rules
 
 .include <bsd.subdir.mk>


More information about the svn-src-all mailing list