mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
7 lines
163 B
Makefile
7 lines
163 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
|
|
|
|
.include <bsd.kmod.mk>
|