svn commit: r288248 - in head/sbin/ipf: . ipsend iptest rules

Bryan Drewery bdrewery at FreeBSD.org
Sat Sep 26 01:24:36 UTC 2015


Author: bdrewery
Date: Sat Sep 26 01:24:35 2015
New Revision: 288248
URL: https://svnweb.freebsd.org/changeset/base/288248

Log:
  Remove disconnected directories.
  
  These were added disconnected in 2005 in r145524.
  
  Sponsored by:	EMC / Isilon Storage Division

Deleted:
  head/sbin/ipf/ipsend/
  head/sbin/ipf/iptest/
  head/sbin/ipf/rules/
Modified:
  head/sbin/ipf/Makefile

Modified: head/sbin/ipf/Makefile
==============================================================================
--- head/sbin/ipf/Makefile	Sat Sep 26 01:23:29 2015	(r288247)
+++ head/sbin/ipf/Makefile	Sat Sep 26 01:24:35 2015	(r288248)
@@ -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