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>
|