svn commit: r271727 - head/sys/modules/bce

David C Somayajulu davidcs at FreeBSD.org
Wed Sep 17 22:26:02 UTC 2014


Author: davidcs
Date: Wed Sep 17 22:26:01 2014
New Revision: 271727
URL: http://svnweb.freebsd.org/changeset/base/271727

Log:
  Remove clean option
  
  MFC after:5 days

Modified:
  head/sys/modules/bce/Makefile

Modified: head/sys/modules/bce/Makefile
==============================================================================
--- head/sys/modules/bce/Makefile	Wed Sep 17 22:24:51 2014	(r271726)
+++ head/sys/modules/bce/Makefile	Wed Sep 17 22:26:01 2014	(r271727)
@@ -5,9 +5,4 @@ SRCS=	opt_bce.h if_bce.c miibus_if.h mii
 
 #CFLAGS += -DBCE_DEBUG=0
 
-clean:
-	rm -f opt_bdg.h device_if.h bus_if.h pci_if.h export_syms
-	rm -f *.o *.kld *.ko
-	rm -f @ machine x86 miibus_if.h miidevs.h opt_bce.h
-
 .include <bsd.kmod.mk>


More information about the svn-src-head mailing list