diff options
| author | David C Somayajulu <davidcs@FreeBSD.org> | 2014-05-06 02:32:27 +0000 |
|---|---|---|
| committer | David C Somayajulu <davidcs@FreeBSD.org> | 2014-05-06 02:32:27 +0000 |
| commit | e36ffbdd293dede3b6d1d98d15885a9e78a0f52d (patch) | |
| tree | 053038dbd2cc2a063fd5d7486371a59c57546510 /sys/modules | |
| parent | 67aaf739976b4171d0b7053102c521c1de399b3f (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/bxe/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/modules/bxe/Makefile b/sys/modules/bxe/Makefile index 021b15d8e185..2d2d662a1155 100644 --- a/sys/modules/bxe/Makefile +++ b/sys/modules/bxe/Makefile @@ -15,4 +15,9 @@ 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> |
