mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
9 lines
174 B
Makefile
9 lines
174 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/hme
|
|
|
|
KMOD= if_hme
|
|
SRCS= if_hme.c if_hme_pci.c if_hme_sbus.c device_if.h bus_if.h pci_if.h
|
|
SRCS+= miibus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|