mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
8 lines
133 B
Makefile
8 lines
133 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../pci
|
||
|
|
KMOD = if_de
|
||
|
|
SRCS = if_de.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|