There's no need to override the clean target. The clean target works

correctly without doing so.
This commit is contained in:
Warner Losh 2014-10-16 20:13:16 +00:00
parent 374e43f2e3
commit 617aa98c6c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273182
3 changed files with 0 additions and 16 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>