svn commit: r271988 - stable/10/sys/modules/bxe

David C Somayajulu davidcs at FreeBSD.org
Mon Sep 22 19:00:31 UTC 2014


Author: davidcs
Date: Mon Sep 22 19:00:30 2014
New Revision: 271988
URL: http://svnweb.freebsd.org/changeset/base/271988

Log:
  MFC r271726
  remove clean option from Makefile
  
  Approved by: re(gjb)

Modified:
  stable/10/sys/modules/bxe/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/modules/bxe/Makefile
==============================================================================
--- stable/10/sys/modules/bxe/Makefile	Mon Sep 22 18:57:37 2014	(r271987)
+++ stable/10/sys/modules/bxe/Makefile	Mon Sep 22 19:00:30 2014	(r271988)
@@ -15,9 +15,4 @@ SRCS	+= bxe.c               \
 
 CFLAGS += -I${BXE}
 
-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
-
 .include <bsd.kmod.mk>


More information about the svn-src-all mailing list