svn commit: r271994 - stable/9/sys/modules/bce
David C Somayajulu
davidcs at FreeBSD.org
Mon Sep 22 19:37:04 UTC 2014
Author: davidcs
Date: Mon Sep 22 19:37:03 2014
New Revision: 271994
URL: http://svnweb.freebsd.org/changeset/base/271994
Log:
MFC r271727
remove clean option from Makefile
Modified:
stable/9/sys/modules/bce/Makefile
Directory Properties:
stable/9/ (props changed)
stable/9/sys/ (props changed)
stable/9/sys/modules/ (props changed)
Modified: stable/9/sys/modules/bce/Makefile
==============================================================================
--- stable/9/sys/modules/bce/Makefile Mon Sep 22 19:28:21 2014 (r271993)
+++ stable/9/sys/modules/bce/Makefile Mon Sep 22 19:37:03 2014 (r271994)
@@ -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-9
mailing list