mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
11 lines
142 B
Makefile
11 lines
142 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
#
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../dev/ie
|
||
|
|
|
||
|
|
KMOD= if_ie
|
||
|
|
SRCS= if_ie.c if_ie_isa.c \
|
||
|
|
isa_if.h bus_if.h device_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|