9 lines
126 B
Makefile
9 lines
126 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../../dev/hfa
|
||
|
|
||
|
KMOD= hfa_sbus
|
||
|
SRCS= hfa_sbus.c device_if.h bus_if.h
|
||
|
|
||
|
.include <bsd.kmod.mk>
|