svn commit: r271726 - head/sys/modules/bxe
David C Somayajulu
davidcs at FreeBSD.org
Wed Sep 17 22:24:51 UTC 2014
Author: davidcs
Date: Wed Sep 17 22:24:51 2014
New Revision: 271726
URL: http://svnweb.freebsd.org/changeset/base/271726
Log:
Remove clean option
MFC after:5 days
Modified:
head/sys/modules/bxe/Makefile
Modified: head/sys/modules/bxe/Makefile
==============================================================================
--- head/sys/modules/bxe/Makefile Wed Sep 17 22:11:20 2014 (r271725)
+++ head/sys/modules/bxe/Makefile Wed Sep 17 22:24:51 2014 (r271726)
@@ -18,9 +18,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-head
mailing list