There's no need to override the clean target. The clean target works
correctly without doing so.
This commit is contained in:
parent
66ed0b4e87
commit
f3a10cc5a3
@ -35,9 +35,4 @@ KMOD= if_qlxgb
|
||||
SRCS= qla_os.c qla_dbg.c qla_hw.c qla_misc.c qla_isr.c qla_ioctl.c
|
||||
SRCS+= device_if.h bus_if.h pci_if.h
|
||||
|
||||
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
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -41,10 +41,4 @@ SRCS+= device_if.h bus_if.h pci_if.h
|
||||
|
||||
#CFLAGS += -DQL_DBG
|
||||
|
||||
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>
|
||||
|
||||
|
@ -41,10 +41,5 @@ SRCS+= device_if.h bus_if.h pci_if.h
|
||||
|
||||
CFLAGS += -DQL_DBG
|
||||
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user