mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Don't roll our own clean target, the default one
works better.
This commit is contained in:
parent
5c4ff91fbb
commit
7ab4b95b67
1 changed files with 0 additions and 5 deletions
|
|
@ -4,9 +4,4 @@ KMOD = if_em
|
|||
SRCS = device_if.h bus_if.h pci_if.h opt_bdg.h
|
||||
SRCS += if_em.c if_em_hw.c
|
||||
|
||||
clean:
|
||||
rm -f opt_bdg.h device_if.h bus_if.h pci_if.h setdef*
|
||||
rm -f *.o *.kld *.ko
|
||||
rm -f @ machine
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue