mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
12 lines
265 B
Makefile
12 lines
265 B
Makefile
#$FreeBSD$
|
|
.PATH: ${.CURDIR}/../../dev/em
|
|
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>
|