mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
9 lines
152 B
Makefile
9 lines
152 B
Makefile
#$FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/em
|
|
|
|
KMOD= if_em
|
|
SRCS= if_em.c if_em_hw.c
|
|
SRCS+= device_if.h bus_if.h pci_if.h opt_bdg.h
|
|
|
|
.include <bsd.kmod.mk>
|