Index: head/sys/modules/bxe/Makefile =================================================================== --- head/sys/modules/bxe/Makefile (revision 271725) +++ head/sys/modules/bxe/Makefile (revision 271726) @@ -1,26 +1,21 @@ # $FreeBSD$ SYSDIR ?= ${.CURDIR}/../.. BXE = ${SYSDIR}/dev/bxe .PATH: ${BXE} KMOD = if_bxe SRCS = device_if.h bus_if.h pci_if.h SRCS += bxe.c \ bxe_stats.c \ bxe_debug.c \ bxe_elink.c \ ecore_sp.c \ 57710_init_values.c \ 57711_init_values.c \ 57712_init_values.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