svn commit: r272001 - stable/10/sys/modules/bce
David C Somayajulu
davidcs at FreeBSD.org
Mon Sep 22 20:53:18 UTC 2014
Author: davidcs
Date: Mon Sep 22 20:53:17 2014
New Revision: 272001
URL: http://svnweb.freebsd.org/changeset/base/272001
Log:
MFC r271727
remove clean option from Makefile
Approved by: re(gjb)
Modified:
stable/10/sys/modules/bce/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/modules/bce/Makefile
==============================================================================
--- stable/10/sys/modules/bce/Makefile Mon Sep 22 20:38:01 2014 (r272000)
+++ stable/10/sys/modules/bce/Makefile Mon Sep 22 20:53:17 2014 (r272001)
@@ -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-stable-10
mailing list