mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
9 lines
152 B
Makefile
9 lines
152 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/idt
|
|
|
|
KMOD= idt
|
|
SRCS= idt_pci.c idt_harp.c idt.c
|
|
SRCS+= pci_if.h device_if.h bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|