mirror of
https://github.com/opnsense/src.git
synced 2026-04-07 18:35:22 -04:00
9 lines
135 B
Makefile
9 lines
135 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../../dev/hfa
|
||
|
|
|
||
|
|
KMOD= hfa_pci
|
||
|
|
SRCS= hfa_pci.c pci_if.h device_if.h bus_if.h
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|