summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authordavidcs <davidcs@FreeBSD.org>2014-05-12 15:52:49 +0000
committerdavidcs <davidcs@FreeBSD.org>2014-05-12 15:52:49 +0000
commit7a535d184518005fc2e123c2da36f15dc88c2e96 (patch)
treed7e9ff7c8689273350e918bcd4c231a72e39ad25 /sys/modules
parent8e5289f450c978cf458941bf5d2dd8bd3a7d7a9b (diff)
downloadFreeBSD-src-7a535d184518005fc2e123c2da36f15dc88c2e96.zip
FreeBSD-src-7a535d184518005fc2e123c2da36f15dc88c2e96.tar.gz
MFC r265703
Modify Copyright information and other strings to reflect Qlogic Corporation's purchase of Broadcom's NetXtreme business. Added clean option to Makefile Submitted by:David C Somayajulu (davidcs@freebsd.org) QLogic Corporation
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/bce/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/modules/bce/Makefile b/sys/modules/bce/Makefile
index 1be2a3f..44b0713 100644
--- a/sys/modules/bce/Makefile
+++ b/sys/modules/bce/Makefile
@@ -5,4 +5,9 @@ SRCS= opt_bce.h if_bce.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h
#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>
OpenPOWER on IntegriCloud